From 5fd81915030aa3ff5891b8abf79d66a35a68a637 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:58:14 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- src/MainWidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/MainWidget.cpp') diff --git a/src/MainWidget.cpp b/src/MainWidget.cpp index af0e731..7ce4432 100644 --- a/src/MainWidget.cpp +++ b/src/MainWidget.cpp @@ -47,7 +47,7 @@ bool shutting=false; -MainWidget::MainWidget ( KAboutData *about, bool tren, TQWidget *parent, const char * name, WFlags f ) : ResizableDragWidget ( parent,name,f ), stand_alone(tren) +MainWidget::MainWidget ( TDEAboutData *about, bool tren, TQWidget *parent, const char * name, WFlags f ) : ResizableDragWidget ( parent,name,f ), stand_alone(tren) { -- cgit v1.2.3