summaryrefslogtreecommitdiffstats
path: root/kolourpaint/kolourpaint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kolourpaint/kolourpaint.cpp')
-rw-r--r--kolourpaint/kolourpaint.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/kolourpaint/kolourpaint.cpp b/kolourpaint/kolourpaint.cpp
index 2a464b72..1a5d2757 100644
--- a/kolourpaint/kolourpaint.cpp
+++ b/kolourpaint/kolourpaint.cpp
@@ -65,8 +65,7 @@ int main (int argc, char *argv [])
I18N_NOOP ("Paint Program for TDE"),
TDEAboutData::License_Custom,
0/*copyright statement - see licence instead*/,
- 0/*no free text*/,
- "http://www.kolourpaint.org/"
+ 0/*no free text*/
);
@@ -192,8 +191,8 @@ int main (int argc, char *argv [])
// TQt says this is necessary but I don't think it is...
- TQObject::connect (&app, TQT_SIGNAL (lastWindowClosed ()),
- &app, TQT_SLOT (quit ()));
+ TQObject::connect (&app, TQ_SIGNAL (lastWindowClosed ()),
+ &app, TQ_SLOT (quit ()));
if (app.isRestored ())