summaryrefslogtreecommitdiffstats
path: root/src/appimpl.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-07 20:46:21 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-07 20:46:21 +0900
commit8e55bfc59469faf50b41d90ac716b89f5fc1c684 (patch)
tree542f7cdb4e9ceef5f2cf587fb376ee28263dde2f /src/appimpl.cpp
parentefc48a5ae9afcdb9356dbb0e3f6fbba2a69ca106 (diff)
downloadtdeio-appinfo-8e55bfc59469faf50b41d90ac716b89f5fc1c684.tar.gz
tdeio-appinfo-8e55bfc59469faf50b41d90ac716b89f5fc1c684.zip
Removed 'app:/' protocol. Removed unnecessary icons.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/appimpl.cpp')
-rw-r--r--src/appimpl.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/appimpl.cpp b/src/appimpl.cpp
index 0f5639e..f0efb32 100644
--- a/src/appimpl.cpp
+++ b/src/appimpl.cpp
@@ -20,6 +20,8 @@
#include "appimpl.h"
+#include <stdlib.h>
+
#include <tqapplication.h>
#include <tqeventloop.h>
@@ -28,11 +30,8 @@
#include <kdesktopfile.h>
#include <tdelocale.h>
#include <kservice.h>
-#include <kservicegroup.h>
#include <tdeio/job.h>
-#include <stdlib.h>
-
AppImpl::AppImpl() : TQObject()
{