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 /kwin/tabbox.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 'kwin/tabbox.h')
-rw-r--r-- | kwin/tabbox.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kwin/tabbox.h b/kwin/tabbox.h index b2d8e4bc0..e2c11d106 100644 --- a/kwin/tabbox.h +++ b/kwin/tabbox.h @@ -12,9 +12,9 @@ License. See the file "COPYING" for the exact licensing terms. #ifndef KWIN_TABBOX_H #define KWIN_TABBOX_H -#include <qframe.h> -#include <qtimer.h> -#include <qvaluelist.h> +#include <tqframe.h> +#include <tqtimer.h> +#include <tqvaluelist.h> #include "utils.h" class QLabel; @@ -56,9 +56,9 @@ class TabBox : public QFrame void reconfigure(); protected: - void showEvent( QShowEvent* ); - void hideEvent( QHideEvent* ); - void drawContents( QPainter * ); + void showEvent( TQShowEvent* ); + void hideEvent( TQHideEvent* ); + void drawContents( TQPainter * ); private: void createClientList(ClientList &list, int desktop /*-1 = all*/, Client *start, bool chain); @@ -72,8 +72,8 @@ class TabBox : public QFrame int desk; int lineHeight; bool showMiniIcon; - QTimer delayedShowTimer; - QString no_tasks; + TQTimer delayedShowTimer; + TQString no_tasks; bool options_traverse_all; Window outline_left, outline_right, outline_top, outline_bottom; }; |