summaryrefslogtreecommitdiffstats
path: root/kbugbuster/gui/msginputdialog.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:14:36 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:14:36 -0600
commit7716a5e605907a009e19f429cec4e6b5f346bd71 (patch)
tree16cf4a5d7a24db774f988022d514adefc75015c0 /kbugbuster/gui/msginputdialog.h
parent0117fbed932653a04aeef16b2ed7edee858959ac (diff)
downloadtdesdk-7716a5e605907a009e19f429cec4e6b5f346bd71.tar.gz
tdesdk-7716a5e605907a009e19f429cec4e6b5f346bd71.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kbugbuster/gui/msginputdialog.h')
-rw-r--r--kbugbuster/gui/msginputdialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbugbuster/gui/msginputdialog.h b/kbugbuster/gui/msginputdialog.h
index 539a3589..ed7576e0 100644
--- a/kbugbuster/gui/msginputdialog.h
+++ b/kbugbuster/gui/msginputdialog.h
@@ -8,7 +8,7 @@
class KTextEdit;
class TQSplitter;
-class KListBox;
+class TDEListBox;
class MsgInputDialog : public KDialogBase
{
@@ -46,7 +46,7 @@ class MsgInputDialog : public KDialogBase
TQComboBox *mRecipient;
KTextEdit *mMessageEdit;
TQSplitter *mSplitter;
- KListBox *mPresets;
+ TDEListBox *mPresets;
Bug mBug;
Package mPackage;