summaryrefslogtreecommitdiffstats
path: root/kexi/tests/tableview/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/tests/tableview/main.cpp')
-rw-r--r--kexi/tests/tableview/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/tests/tableview/main.cpp b/kexi/tests/tableview/main.cpp
index 90a51b5f..88121b57 100644
--- a/kexi/tests/tableview/main.cpp
+++ b/kexi/tests/tableview/main.cpp
@@ -31,7 +31,7 @@
int main(int argc, char* argv[])
{
- KApplication app(argc, argv, "tv_test");
+ TDEApplication app(argc, argv, "tv_test");
KGlobal::iconLoader()->addAppDir("kexi");
KexiTableView tv;