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 --- kwin/tabbox.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'kwin/tabbox.h') 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 -#include -#include +#include +#include +#include #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; }; -- cgit v1.2.3