From 7716a5e605907a009e19f429cec4e6b5f346bd71 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:14:36 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kbabel/catalogmanager/catalogmanager.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kbabel/catalogmanager/catalogmanager.h') diff --git a/kbabel/catalogmanager/catalogmanager.h b/kbabel/catalogmanager/catalogmanager.h index d7cd467e..8a0fe6fd 100644 --- a/kbabel/catalogmanager/catalogmanager.h +++ b/kbabel/catalogmanager/catalogmanager.h @@ -57,7 +57,7 @@ class TQPixmap; class TQPopupMenu; class TQTimer; class KProgress; -class KAction; +class TDEAction; class TDEConfig; class FindInFilesDialog; @@ -67,7 +67,7 @@ namespace KBabel class ProjectDialog; } -class CatalogManager : public KMainWindow +class CatalogManager : public TDEMainWindow { Q_OBJECT @@ -149,7 +149,7 @@ private slots: /** * calls @ref KBabel::open where as preferred windos _preferredWindow * is used. If this is deleted meanwhile, the first window in - * @ref KMainWindow::memberList is used. + * @ref TDEMainWindow::memberList is used. */ void openFile(TQString filename,TQString package); void openFile(TQString filename,TQString package, int msgid); @@ -157,7 +157,7 @@ private slots: /** * calls @ref KBabel::openTemplate where as preferred windos _preferredWindow * is used. If this is deleted meanwhile, the first window in - * @ref KMainWindow::memberList is used. + * @ref TDEMainWindow::memberList is used. */ void openTemplate(TQString openFilename,TQString saveFileName,TQString package); void openTemplateInNewWindow(TQString openFilename,TQString saveFileName,TQString package); -- cgit v1.2.1