diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:33:34 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:33:34 +0000 |
commit | c663b6440964f6ac48027143ac9e63298991f9d0 (patch) | |
tree | 6d8b0c5a5f9db1ee16acf98b1397cea9126b281d /kdesktop/lockeng.h | |
parent | a061f7191beebb0e4a3b0c0a7c534ec5f22f2dc7 (diff) | |
download | tdebase-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 'kdesktop/lockeng.h')
-rw-r--r-- | kdesktop/lockeng.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kdesktop/lockeng.h b/kdesktop/lockeng.h index 0eb67f9d6..72131a05c 100644 --- a/kdesktop/lockeng.h +++ b/kdesktop/lockeng.h @@ -8,9 +8,9 @@ #ifndef __LOCKENG_H__ #define __LOCKENG_H__ -#include <qwidget.h> +#include <tqwidget.h> #include <kprocess.h> -#include <qvaluevector.h> +#include <tqvaluevector.h> #include "KScreensaverIface.h" #include "xautolock.h" #include "xautolock_c.h" @@ -23,7 +23,7 @@ class DCOPClientTransaction; * hacks, and password entry. */ class SaverEngine - : public QWidget, + : public TQWidget, virtual public KScreensaverIface { Q_OBJECT @@ -106,7 +106,7 @@ protected: int mXExposures; bool mBlankOnly; // only use the blanker, not the defined saver - QValueVector< DCOPClientTransaction* > mLockTransactions; + TQValueVector< DCOPClientTransaction* > mLockTransactions; }; #endif |