From 9e5c87c89567a98c3344c90e392a27715437334c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:14:58 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kdf/kdf.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kdf/kdf.cpp') diff --git a/kdf/kdf.cpp b/kdf/kdf.cpp index c2499c6..26e4fbb 100644 --- a/kdf/kdf.cpp +++ b/kdf/kdf.cpp @@ -37,11 +37,11 @@ static const char version[] = "v0.5"; /***************************************************************/ KDFTopLevel::KDFTopLevel(TQWidget *, const char *name) - : KMainWindow(0, name) + : TDEMainWindow(0, name) { kdf = new KDFWidget(this,"kdf",FALSE); TQ_CHECK_PTR(kdf); - (void) new KAction( i18n( "&Update" ), 0, TQT_TQOBJECT(kdf), TQT_SLOT( updateDF() ), actionCollection(), "updatedf" ); + (void) new TDEAction( i18n( "&Update" ), 0, TQT_TQOBJECT(kdf), TQT_SLOT( updateDF() ), actionCollection(), "updatedf" ); KStdAction::quit(TQT_TQOBJECT(this), TQT_SLOT(close()), actionCollection()); KStdAction::preferences(TQT_TQOBJECT(kdf), TQT_SLOT(settingsBtnClicked()), actionCollection()); @@ -50,7 +50,7 @@ actionCollection()); setCentralWidget(kdf); // kdf->setMinimumSize(kdf->sizeHint()); kdf->resize(kdf->sizeHint()); - setupGUI(KMainWindow::Keys | StatusBar | Save | Create); + setupGUI(TDEMainWindow::Keys | StatusBar | Save | Create); } -- cgit v1.2.3