diff options
Diffstat (limited to 'kdecore/kappdcopiface.cpp')
-rw-r--r-- | kdecore/kappdcopiface.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdecore/kappdcopiface.cpp b/kdecore/kappdcopiface.cpp index afe11ecc9..fc0198d87 100644 --- a/kdecore/kappdcopiface.cpp +++ b/kdecore/kappdcopiface.cpp @@ -39,12 +39,12 @@ void KAppDCOPInterface::disableSessionManagement() } -QCString KAppDCOPInterface::startupId() +TQCString KAppDCOPInterface::startupId() { return ""; } -QCString KAppDCOPInterface::caption() +TQCString KAppDCOPInterface::caption() { return ""; } |