summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--src/kde-qt.cpp2
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 <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.
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)