From 655931fdf8306a67463d4ad8aa08c9373e512a7c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:51:08 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- src/part/part.cpp | 4 ++-- src/part/part.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/part') diff --git a/src/part/part.cpp b/src/part/part.cpp index 8de3c8c..b519044 100644 --- a/src/part/part.cpp +++ b/src/part/part.cpp @@ -173,10 +173,10 @@ Part::configFilelight() dialog->show(); //deletes itself } -KAboutData* +TDEAboutData* Part::createAboutData() { - return new KAboutData( APP_NAME, I18N_NOOP( APP_PRETTYNAME ), APP_VERSION ); + return new TDEAboutData( APP_NAME, I18N_NOOP( APP_PRETTYNAME ), APP_VERSION ); } bool diff --git a/src/part/part.h b/src/part/part.h index f9be062..809b133 100644 --- a/src/part/part.h +++ b/src/part/part.h @@ -9,7 +9,7 @@ #include #include -class KAboutData; +class TDEAboutData; using KParts::StatusBarExtension; namespace RadialMap { class Widget; } class Directory; @@ -39,7 +39,7 @@ namespace Filelight TQString prettyURL() const { return m_url.protocol() == "file" ? m_url.path() : m_url.prettyURL(); } - static KAboutData *createAboutData(); + static TDEAboutData *createAboutData(); public slots: virtual bool openURL( const KURL& ); -- cgit v1.2.1