From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kicker/applets/naughty/NaughtyApplet.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kicker/applets/naughty/NaughtyApplet.h') 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 -#include +#include #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 -- cgit v1.2.1