summaryrefslogtreecommitdiffstats
path: root/tdeprint/kjobviewer/kjobviewer.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-11-09 22:58:31 +0900
committerMichele Calgaro <[email protected]>2024-11-20 14:26:15 +0900
commitc1e3b95ae6a113ba6548f2ac4d63f739a4f7055f (patch)
treef942598c69da9c19df6618f25d16ea9dcbe0a30f /tdeprint/kjobviewer/kjobviewer.h
parent657e8ed6bdc71ab1ae238bdf61a9377cff768e38 (diff)
downloadtdebase-c1e3b95ae6a113ba6548f2ac4d63f739a4f7055f.tar.gz
tdebase-c1e3b95ae6a113ba6548f2ac4d63f739a4f7055f.zip
Rename KUniqueApplication to TDEUniqueApplication
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdeprint/kjobviewer/kjobviewer.h')
-rw-r--r--tdeprint/kjobviewer/kjobviewer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeprint/kjobviewer/kjobviewer.h b/tdeprint/kjobviewer/kjobviewer.h
index af606b551..611c04ba3 100644
--- a/tdeprint/kjobviewer/kjobviewer.h
+++ b/tdeprint/kjobviewer/kjobviewer.h
@@ -20,7 +20,7 @@
#ifndef KJOBVIEWER_H
#define KJOBVIEWER_H
-#include <kuniqueapplication.h>
+#include <tdeuniqueapplication.h>
#include <tdeprint/kpreloadobject.h>
#include <tqdict.h>
@@ -28,7 +28,7 @@ class KMJobViewer;
class KMTimer;
class JobTray;
-class KJobViewerApp : public KUniqueApplication, public KPReloadObject
+class KJobViewerApp : public TDEUniqueApplication, public KPReloadObject
{
TQ_OBJECT
friend class JobTray;