summaryrefslogtreecommitdiffstats
path: root/ksysguard/gui/KSysGuardApplet.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:33:34 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:33:34 +0000
commitc663b6440964f6ac48027143ac9e63298991f9d0 (patch)
tree6d8b0c5a5f9db1ee16acf98b1397cea9126b281d /ksysguard/gui/KSysGuardApplet.h
parenta061f7191beebb0e4a3b0c0a7c534ec5f22f2dc7 (diff)
downloadtdebase-c663b6440964f6ac48027143ac9e63298991f9d0.tar.gz
tdebase-c663b6440964f6ac48027143ac9e63298991f9d0.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksysguard/gui/KSysGuardApplet.h')
-rw-r--r--ksysguard/gui/KSysGuardApplet.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/ksysguard/gui/KSysGuardApplet.h b/ksysguard/gui/KSysGuardApplet.h
index b9d91091e..063df2154 100644
--- a/ksysguard/gui/KSysGuardApplet.h
+++ b/ksysguard/gui/KSysGuardApplet.h
@@ -43,8 +43,8 @@ class KSysGuardApplet : public KPanelApplet, public KSGRD::SensorBoard
Q_OBJECT
public:
- KSysGuardApplet( const QString& configFile, Type type = Normal,
- int actions = 0, QWidget *parent = 0,
+ KSysGuardApplet( const TQString& configFile, Type type = Normal,
+ int actions = 0, TQWidget *parent = 0,
const char *name = 0 );
virtual ~KSysGuardApplet();
@@ -54,10 +54,10 @@ class KSysGuardApplet : public KPanelApplet, public KSGRD::SensorBoard
virtual void preferences();
protected:
- void resizeEvent( QResizeEvent* );
- void dragEnterEvent( QDragEnterEvent* );
- void dropEvent( QDropEvent* );
- void customEvent( QCustomEvent* );
+ void resizeEvent( TQResizeEvent* );
+ void dragEnterEvent( TQDragEnterEvent* );
+ void dropEvent( TQDropEvent* );
+ void customEvent( TQCustomEvent* );
private slots:
@@ -68,18 +68,18 @@ class KSysGuardApplet : public KPanelApplet, public KSGRD::SensorBoard
private:
void layout();
void resizeDocks( uint newDockCount );
- void addEmptyDisplay( QWidget **dock, uint pos );
+ void addEmptyDisplay( TQWidget **dock, uint pos );
bool load();
bool save();
- int findDock( const QPoint& );
+ int findDock( const TQPoint& );
void removeDisplay( KSGRD::SensorDisplay* );
double mSizeRatio;
uint mDockCount;
KSGAppletSettings* mSettingsDlg;
- QWidget** mDockList;
+ TQWidget** mDockList;
};
#endif