diff options
Diffstat (limited to 'kio/misc/kwalletd/ktimeout.cpp')
-rw-r--r-- | kio/misc/kwalletd/ktimeout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/misc/kwalletd/ktimeout.cpp b/kio/misc/kwalletd/ktimeout.cpp index e13a32d20..c431ecf69 100644 --- a/kio/misc/kwalletd/ktimeout.cpp +++ b/kio/misc/kwalletd/ktimeout.cpp @@ -51,7 +51,7 @@ void KTimeout::addTimer(int id, int timeout) { return; } - TQTimer *t = new QTimer; + TQTimer *t = new TQTimer; connect(t, TQT_SIGNAL(timeout()), this, TQT_SLOT(timeout())); t->start(timeout); _timers.insert(id, t); |