From 4d3c1787513cb6c17f4e087bcf5e25b801731d94 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 23:53:44 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- src/gvcore/imageviewcontroller.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gvcore/imageviewcontroller.cpp') diff --git a/src/gvcore/imageviewcontroller.cpp b/src/gvcore/imageviewcontroller.cpp index 3634146..8416224 100644 --- a/src/gvcore/imageviewcontroller.cpp +++ b/src/gvcore/imageviewcontroller.cpp @@ -285,7 +285,7 @@ ImageViewController::ImageViewController(TQWidget* parent, Document* document, K d->mImageView=new ImageView(d->mStack, document, actionCollection); d->mStack->addWidget(d->mImageView); - KApplication::kApplication()->installEventFilter(this); + TDEApplication::kApplication()->installEventFilter(this); d->mPlayerPart=0; d->mBuilder=new XMLGUIBuilder(d->mToolBar); @@ -395,7 +395,7 @@ void ImageViewController::slotAutoHide() { } // Only hide cursor if we are not over a dialog - TQWidget* widget = TQT_TQWIDGET(KApplication::kApplication()->activeWindow()); + TQWidget* widget = TQT_TQWIDGET(TDEApplication::kApplication()->activeWindow()); if (!widget || !widget->inherits(TQDIALOG_OBJECT_NAME_STRING)) { TQApplication::setOverrideCursor(blankCursor); d->mCursorHidden=true; -- cgit v1.2.3