summaryrefslogtreecommitdiffstats
path: root/kmail/klistboxdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/klistboxdialog.h')
-rw-r--r--kmail/klistboxdialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/klistboxdialog.h b/kmail/klistboxdialog.h
index 1ef8ce28d..30a672860 100644
--- a/kmail/klistboxdialog.h
+++ b/kmail/klistboxdialog.h
@@ -6,19 +6,19 @@
class TQLabel;
class TQListBox;
-class KListBoxDialog : public KDialogBase
+class TDEListBoxDialog : public KDialogBase
{
Q_OBJECT
public:
- KListBoxDialog( TQString& _selectedString,
+ TDEListBoxDialog( TQString& _selectedString,
const TQString& caption,
const TQString& labelText,
TQWidget* parent = 0,
const char* name = 0,
bool modal = true );
- ~KListBoxDialog();
+ ~TDEListBoxDialog();
void setLabelAbove( const TQString& label );
void setCommentBelow(const TQString& comment);