Rename a number of classes to enhance compatibility with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent 4b43e77ddb
commit 9349a247fc

@ -232,7 +232,7 @@
- full links (ms-its:) in chm files are now supported.
2005-05-10 tim <gyunaev@ulduzsoft.com>
- switched to KPopupMenu for KDE.
- switched to TDEPopupMenu for KDE.
- fixed search/print for TDEHTMLPart.
- fixed status bar in KDE window.
- added QWhatsThis for every toolbar icon.
@ -254,7 +254,7 @@
- It is possible to use QTextBrowser even for a KDE application.
2005-04-27 tim <gyunaev@ulduzsoft.com>
- KDE integration started. Now we support TDEApplication, KMainWindow and KFileDialog.
- KDE integration started. Now we support TDEApplication, TDEMainWindow and KFileDialog.
2005-04-24 tim <gyunaev@ulduzsoft.com>
- version 0.2 released.

@ -23,7 +23,7 @@
#if defined (USE_KDE)
KQListView::KQListView( TQWidget * parent, const char * name, int )
: KListView (parent, name)
: TDEListView (parent, name)
#else
KQListView::KQListView( TQWidget * parent, const char * name, int f )
: TQListView (parent, name, f)

Loading…
Cancel
Save