blob: a28b6fbc47ff0a93f8befede5967499d45430c66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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();
|