summaryrefslogtreecommitdiffstats
path: root/krootbacking/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krootbacking/main.cpp')
-rw-r--r--krootbacking/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/krootbacking/main.cpp b/krootbacking/main.cpp
index f29666d02..a3491ff20 100644
--- a/krootbacking/main.cpp
+++ b/krootbacking/main.cpp
@@ -35,7 +35,7 @@
bool argb_visual = false;
static const char description[] =
- I18N_NOOP("A program to grab the current TDE desktop backrounds for xscreensaver");
+ I18N_NOOP("A program to grab the current TDE desktop backgrounds for xscreensaver");
static const char version[] = "0.1";
@@ -63,7 +63,7 @@ int main(int argc, char **argv)
TQObject* mainWin = new KRootBacking();
TQTimer *timer = new TQTimer( mainWin );
TQObject::connect( timer, TQ_SIGNAL(timeout()), mainWin, TQ_SLOT(start()) );
- timer->start( 100, TRUE ); // 100ms single shot timer
+ timer->start( 100, true ); // 100ms single shot timer
app.exec();