diff options
Diffstat (limited to 'noatun-plugins/synaescope/main.cpp')
-rw-r--r-- | noatun-plugins/synaescope/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun-plugins/synaescope/main.cpp b/noatun-plugins/synaescope/main.cpp index 4b4a2a5..adbadaa 100644 --- a/noatun-plugins/synaescope/main.cpp +++ b/noatun-plugins/synaescope/main.cpp @@ -178,7 +178,7 @@ void warning(const char *str, bool) int main(void) { - KInstance in("noatunsynaescope"); + TDEInstance in("noatunsynaescope"); core = new Core; |