summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/tippercanoe/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'noatun-plugins/tippercanoe/main.cpp')
-rw-r--r--noatun-plugins/tippercanoe/main.cpp2
1 files changed, 1 insertions, 1 deletions
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;