diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 19:58:14 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 19:58:14 -0600 |
commit | 5fd81915030aa3ff5891b8abf79d66a35a68a637 (patch) | |
tree | c170222971e47284539105cfa9b1f4937448fd55 /src/MainWidget.cpp | |
parent | 55639fec41714601e4d6ec7643438c7ec2e67065 (diff) | |
download | kvkbd-5fd81915030aa3ff5891b8abf79d66a35a68a637.tar.gz kvkbd-5fd81915030aa3ff5891b8abf79d66a35a68a637.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'src/MainWidget.cpp')
-rw-r--r-- | src/MainWidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |