From 1d061b286a8b183b39be60fe531f2b1c2915f03a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:15:55 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- drkonqi/krashconf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drkonqi/krashconf.h') diff --git a/drkonqi/krashconf.h b/drkonqi/krashconf.h index 236083f76..f20c395f0 100644 --- a/drkonqi/krashconf.h +++ b/drkonqi/krashconf.h @@ -70,7 +70,7 @@ public: bool showDebugger() const { return m_showdebugger && !m_debugger.isNull(); }; bool showBugReport() const { return m_showbugreport; }; bool disableChecks() const { return m_disablechecks; }; - const KAboutData *aboutData() const { return m_aboutData; } + const TDEAboutData *aboutData() const { return m_aboutData; } TQString execName() const { return m_execname; } void expandString(TQString &str, bool shell, const TQString &tempFile = TQString::null) const; @@ -84,7 +84,7 @@ private: void readConfig(); private: - KAboutData *m_aboutData; + TDEAboutData *m_aboutData; int m_pid; int m_signalnum; bool m_showdebugger; -- cgit v1.2.3