summaryrefslogtreecommitdiffstats
path: root/tdeui/klistbox.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:13:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:13:01 -0600
commitdeac2ca49faed824fe83066080714eb6d653615b (patch)
tree8b5bf97c5acaaf5285985b87fa76dbea0f35e4fa /tdeui/klistbox.h
parent0c9d97065a3d6ceb12d687555a1a33d90db96238 (diff)
downloadtdelibs-deac2ca49faed824fe83066080714eb6d653615b.tar.gz
tdelibs-deac2ca49faed824fe83066080714eb6d653615b.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'tdeui/klistbox.h')
-rw-r--r--tdeui/klistbox.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tdeui/klistbox.h b/tdeui/klistbox.h
index 981cfa3a3..8ef949527 100644
--- a/tdeui/klistbox.h
+++ b/tdeui/klistbox.h
@@ -37,12 +37,12 @@
* settings. If you want to get informed when the user selects
* something connect to the TQListBox::selectionChanged() signal.
**/
-class TDEUI_EXPORT KListBox : public TQListBox
+class TDEUI_EXPORT TDEListBox : public TQListBox
{
Q_OBJECT
public:
- KListBox( TQWidget *parent = 0, const char *name = 0, WFlags f = 0 );
+ TDEListBox( TQWidget *parent = 0, const char *name = 0, WFlags f = 0 );
signals:
@@ -121,8 +121,8 @@ private slots:
protected:
virtual void virtual_hook( int id, void* data );
private:
- class KListBoxPrivate;
- KListBoxPrivate* const d;
+ class TDEListBoxPrivate;
+ TDEListBoxPrivate* const d;
};
#endif