diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 14:59:50 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 14:59:50 -0600 |
commit | 9349a247fc4369b639e29cd06e90f70a34d8aecd (patch) | |
tree | 6e8ccb721d680b13932036afe6c94bc5751865ff | |
parent | 4b43e77ddb4cc732aebc1937a2f66f8f1e8aa733 (diff) | |
download | kchmviewer-9349a247fc4369b639e29cd06e90f70a34d8aecd.tar.gz kchmviewer-9349a247fc4369b639e29cd06e90f70a34d8aecd.zip |
Rename a number of classes to enhance compatibility with KDE4
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | src/kde-qt.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -232,7 +232,7 @@ - full links (ms-its:) in chm files are now supported. 2005-05-10 tim <[email protected]> - - 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 <[email protected]> - - KDE integration started. Now we support TDEApplication, KMainWindow and KFileDialog. + - KDE integration started. Now we support TDEApplication, TDEMainWindow and KFileDialog. 2005-04-24 tim <[email protected]> - version 0.2 released. diff --git a/src/kde-qt.cpp b/src/kde-qt.cpp index 71d1b4c..d12e01b 100644 --- a/src/kde-qt.cpp +++ b/src/kde-qt.cpp @@ -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) |