diff options
Diffstat (limited to 'kdpkg-install/console.cpp')
-rw-r--r-- | kdpkg-install/console.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdpkg-install/console.cpp b/kdpkg-install/console.cpp index 0a28e42..658eea4 100644 --- a/kdpkg-install/console.cpp +++ b/kdpkg-install/console.cpp @@ -77,7 +77,7 @@ console::console(TQWidget *parent, const TQStrList &run, const char *name, const // run command terminal()->startProgram( m_kdePrefix + "/share/kdpkg/sh/kdpkg-sh", run ); - connect( konsole, TQT_SIGNAL(destroyed()), this, TQT_SLOT( finish() ) ); + connect( konsole, TQ_SIGNAL(destroyed()), this, TQ_SLOT( finish() ) ); } |