summaryrefslogtreecommitdiffstats
path: root/kicker/applets/naughty/NaughtyApplet.h
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/applets/naughty/NaughtyApplet.h')
-rw-r--r--kicker/applets/naughty/NaughtyApplet.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kicker/applets/naughty/NaughtyApplet.h b/kicker/applets/naughty/NaughtyApplet.h
index 00df51ec4..b9da7b3f9 100644
--- a/kicker/applets/naughty/NaughtyApplet.h
+++ b/kicker/applets/naughty/NaughtyApplet.h
@@ -22,7 +22,7 @@
#define NAUGHTY_H
#include <kpanelapplet.h>
-#include <qstringlist.h>
+#include <tqstringlist.h>
#include "simplebutton.h"
@@ -37,10 +37,10 @@ class NaughtyApplet : public KPanelApplet
NaughtyApplet
(
- const QString & configFile,
+ const TQString & configFile,
Type t = Normal,
int actions = 0,
- QWidget * parent = 0,
+ TQWidget * parent = 0,
const char * name = 0
);
@@ -55,7 +55,7 @@ class NaughtyApplet : public KPanelApplet
protected slots:
- void slotWarn(ulong pid, const QString & name);
+ void slotWarn(ulong pid, const TQString & name);
void slotLoad(uint);
void slotPreferences();
@@ -70,7 +70,7 @@ class NaughtyApplet : public KPanelApplet
NaughtyProcessMonitor * monitor_;
SimpleButton * button_;
- QStringList ignoreList_;
+ TQStringList ignoreList_;
};
#endif