diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:14:36 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:14:36 -0600 |
commit | 7716a5e605907a009e19f429cec4e6b5f346bd71 (patch) | |
tree | 16cf4a5d7a24db774f988022d514adefc75015c0 /kbugbuster/gui/cwbuglistcontainer.h | |
parent | 0117fbed932653a04aeef16b2ed7edee858959ac (diff) | |
download | tdesdk-7716a5e605907a009e19f429cec4e6b5f346bd71.tar.gz tdesdk-7716a5e605907a009e19f429cec4e6b5f346bd71.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kbugbuster/gui/cwbuglistcontainer.h')
-rw-r--r-- | kbugbuster/gui/cwbuglistcontainer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kbugbuster/gui/cwbuglistcontainer.h b/kbugbuster/gui/cwbuglistcontainer.h index d6ebda07..bb4b1f7a 100644 --- a/kbugbuster/gui/cwbuglistcontainer.h +++ b/kbugbuster/gui/cwbuglistcontainer.h @@ -22,7 +22,7 @@ #include <tqwidget.h> -class KListView; +class TDEListView; class KFind; class BugCommand; class BugLVI; @@ -85,7 +85,7 @@ private: TQLabel *m_listLabel; TQWidgetStack *m_listStack; - KListView *m_listBugs; + TDEListView *m_listBugs; KFind *m_find; BugLVI *m_findItem; |