From 609724b5d29f25236bee59d0cb794602d391a96b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:13:30 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- noatun-plugins/tippercanoe/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'noatun-plugins/tippercanoe') diff --git a/noatun-plugins/tippercanoe/main.cpp b/noatun-plugins/tippercanoe/main.cpp index 28a60ec..24e81b9 100644 --- a/noatun-plugins/tippercanoe/main.cpp +++ b/noatun-plugins/tippercanoe/main.cpp @@ -160,7 +160,7 @@ void warning(const char *, bool) int main() { fcntl(STDIN_FILENO, F_SETFL, fcntl(STDIN_FILENO, F_GETFL) & ~O_NONBLOCK); - KInstance in("noatunsynaescope"); + TDEInstance in("noatunsynaescope"); core=new Core; core->go(); delete core; -- cgit v1.2.1