summaryrefslogtreecommitdiffstats
path: root/src/app/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/main.cpp')
-rw-r--r--src/app/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/main.cpp b/src/app/main.cpp
index 52f9811..bef08ae 100644
--- a/src/app/main.cpp
+++ b/src/app/main.cpp
@@ -60,7 +60,7 @@ void applyFilterArgs(KCmdLineArgs* args, FileViewController* controller) {
TQStringList typeList;
typeList << "all" << "images" << "videos";
- int mode = typeList.tqfindIndex(filterType);
+ int mode = typeList.findIndex(filterType);
if (mode == -1) {
// Default to "all"
controller->setFilterMode(0);