summaryrefslogtreecommitdiffstats
path: root/kbugbuster/gui/cwbuglistcontainer.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-12 01:36:19 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-12 01:36:19 +0000
commit99a2774ca6f1cab334de5d43fe36fc44ae889a4c (patch)
treeeff34cf0762227f6baf2a93e8fef48d4bed2651c /kbugbuster/gui/cwbuglistcontainer.h
parent1c104292188541106338d4940b0f04beeb4301a0 (diff)
downloadtdesdk-99a2774ca6f1cab334de5d43fe36fc44ae889a4c.tar.gz
tdesdk-99a2774ca6f1cab334de5d43fe36fc44ae889a4c.zip
TQt4 convert kdesdk
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1236185 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kbugbuster/gui/cwbuglistcontainer.h')
-rw-r--r--kbugbuster/gui/cwbuglistcontainer.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/kbugbuster/gui/cwbuglistcontainer.h b/kbugbuster/gui/cwbuglistcontainer.h
index 9dd1d9bd..0144dd57 100644
--- a/kbugbuster/gui/cwbuglistcontainer.h
+++ b/kbugbuster/gui/cwbuglistcontainer.h
@@ -35,12 +35,13 @@ class CWLoadingWidget;
/**
* @author Martijn Klingens
*/
-class CWBugListContainer : public QWidget
+class CWBugListContainer : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- CWBugListContainer( TQWidget* parent = 0, const char* name = 0 );
+ CWBugListContainer( TQWidget* tqparent = 0, const char* name = 0 );
~CWBugListContainer();
void setBugList( const Package &package, const TQString &component, const Bug::List &bugs );
@@ -85,7 +86,7 @@ private:
TQWidgetStack *m_listStack;
KListView *m_listBugs;
- KFind *m_find;
+ KFind *m_tqfind;
BugLVI *m_findItem;
CWLoadingWidget *m_listLoading;