summaryrefslogtreecommitdiffstats
path: root/src/MainWidget.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:58:14 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:58:14 -0600
commit5fd81915030aa3ff5891b8abf79d66a35a68a637 (patch)
treec170222971e47284539105cfa9b1f4937448fd55 /src/MainWidget.h
parent55639fec41714601e4d6ec7643438c7ec2e67065 (diff)
downloadkvkbd-5fd81915030aa3ff5891b8abf79d66a35a68a637.tar.gz
kvkbd-5fd81915030aa3ff5891b8abf79d66a35a68a637.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'src/MainWidget.h')
-rw-r--r--src/MainWidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MainWidget.h b/src/MainWidget.h
index de38b01..950799b 100644
--- a/src/MainWidget.h
+++ b/src/MainWidget.h
@@ -43,7 +43,7 @@ class MainWidget : public ResizableDragWidget
Q_OBJECT
public:
- MainWidget(KAboutData *about=0, bool tren=false, TQWidget *parent=0,const char *name="", WFlags f=WStyle_Customize | TQt::WX11BypassWM |WStyle_NormalBorder);
+ MainWidget(TDEAboutData *about=0, bool tren=false, TQWidget *parent=0,const char *name="", WFlags f=WStyle_Customize | TQt::WX11BypassWM |WStyle_NormalBorder);
void mappingNotify(XMappingEvent *e);
void finishInit();
bool close ( bool alsoDelete );