summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/tork/files/tork-0.09-gcc41.patch')
-rw-r--r--kde-misc/tork/files/tork-0.09-gcc41.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/kde-misc/tork/files/tork-0.09-gcc41.patch b/kde-misc/tork/files/tork-0.09-gcc41.patch
deleted file mode 100644
index a28b6fbc47ff..000000000000
--- a/kde-misc/tork/files/tork-0.09-gcc41.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: tork-0.09/src/tork.h
-===================================================================
---- tork-0.09.orig/src/tork.h
-+++ tork-0.09/src/tork.h
-@@ -88,7 +88,7 @@ public:
- KSystemTray *_tray;
- torkView *m_view;
- QDict<QListViewItem> inodes;
-- bool tork::connectedToTor(){return (client!=0) ? true : false;};
-+ bool connectedToTor(){return (client!=0) ? true : false;};
-
- private slots:
- void fileNew();