From 9349a247fc4369b639e29cd06e90f70a34d8aecd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 14:59:50 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- ChangeLog | 4 ++-- src/kde-qt.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index f390fdf..4143135 100644 --- a/ChangeLog +++ b/ChangeLog @@ -232,7 +232,7 @@ - full links (ms-its:) in chm files are now supported. 2005-05-10 tim - - 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 - - KDE integration started. Now we support TDEApplication, KMainWindow and KFileDialog. + - KDE integration started. Now we support TDEApplication, TDEMainWindow and KFileDialog. 2005-04-24 tim - 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) -- cgit v1.2.3