From 58a97ed3af5e4df6c4a58d043b0c267bd97056a9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:12:46 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kmines/kzoommainwindow.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kmines/kzoommainwindow.cpp') diff --git a/kmines/kzoommainwindow.cpp b/kmines/kzoommainwindow.cpp index 95b5b359..3bab5661 100644 --- a/kmines/kzoommainwindow.cpp +++ b/kmines/kzoommainwindow.cpp @@ -26,7 +26,7 @@ #include KZoomMainWindow::KZoomMainWindow(uint min, uint max, uint step, const char *name) - : KMainWindow(0, name), _zoomStep(step), _minZoom(min), _maxZoom(max) + : TDEMainWindow(0, name), _zoomStep(step), _minZoom(min), _maxZoom(max) { installEventFilter(this); @@ -77,7 +77,7 @@ bool KZoomMainWindow::eventFilter(TQObject *o, TQEvent *e) setFixedSize(minimumSize()); // because K/TQMainWindow // does not manage fixed central widget // with hidden menubar... - return KMainWindow::eventFilter(o, e); + return TDEMainWindow::eventFilter(o, e); } void KZoomMainWindow::setZoom(uint zoom) @@ -111,5 +111,5 @@ void KZoomMainWindow::toggleMenubar() bool KZoomMainWindow::queryExit() { writeMenubarVisibleSetting(_menu->isChecked()); - return KMainWindow::queryExit(); + return TDEMainWindow::queryExit(); } -- cgit v1.2.1