summaryrefslogtreecommitdiffstats
path: root/src/traylabelmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/traylabelmgr.h')
-rw-r--r--src/traylabelmgr.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/traylabelmgr.h b/src/traylabelmgr.h
index 3d54cbd..c2a7dbc 100644
--- a/src/traylabelmgr.h
+++ b/src/traylabelmgr.h
@@ -27,10 +27,9 @@
#include <tqstringlist.h>
#include <tqtimer.h>
#include <tdeapplication.h>
+#include "tqtraylabel.h"
-#include "customtraylabel.h"
-
-class CustomTrayLabel;
+class TQTrayLabel;
class TDECmdLineArgs;
class TQSessionManager;
@@ -70,8 +69,8 @@ private:
void manageTrayLabel(TQTrayLabel *l);
void restoreSession();
- TQTrayLabel *dockApplication(char *argv[]);
- TQTrayLabel *selectAndDock(Window w = None, bool checkNormality = true);
+ TQTrayLabel* dockApplication(char *argv[]);
+ TQTrayLabel* selectAndDock(Window w = None, bool checkNormality = true);
TQPtrList<TQTrayLabel> mTrayLabels;
TQValueList<TQStringList> mRequestQ;