diff options
Diffstat (limited to 'kppp/main.h')
-rw-r--r-- | kppp/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kppp/main.h b/kppp/main.h index a114f983..6551348d 100644 --- a/kppp/main.h +++ b/kppp/main.h @@ -38,7 +38,7 @@ void killpppd(); void sighandler(int); -pid_t execute_command(const QString &); +pid_t execute_command(const TQString &); pid_t create_pidfile(); bool remove_pidfile(); void myShutDown(); |