summaryrefslogtreecommitdiffstats
path: root/kdeprint/tools
diff options
context:
space:
mode:
Diffstat (limited to 'kdeprint/tools')
-rw-r--r--kdeprint/tools/escputil/CMakeLists.txt14
-rw-r--r--kdeprint/tools/escputil/Makefile.am12
-rw-r--r--kdeprint/tools/escputil/escpwidget.cpp8
-rw-r--r--kdeprint/tools/escputil/escpwidget.h2
4 files changed, 18 insertions, 18 deletions
diff --git a/kdeprint/tools/escputil/CMakeLists.txt b/kdeprint/tools/escputil/CMakeLists.txt
index ec969c6b0..3494d3cfb 100644
--- a/kdeprint/tools/escputil/CMakeLists.txt
+++ b/kdeprint/tools/escputil/CMakeLists.txt
@@ -12,9 +12,9 @@
include_directories(
${TQT_INCLUDE_DIRS}
${CMAKE_CURRENT_BINARY_DIR}
- ${CMAKE_BINARY_DIR}/kdecore
- ${CMAKE_SOURCE_DIR}/kdecore
- ${CMAKE_SOURCE_DIR}/kdeui
+ ${CMAKE_BINARY_DIR}/tdecore
+ ${CMAKE_SOURCE_DIR}/tdecore
+ ${CMAKE_SOURCE_DIR}/tdeui
)
link_directories(
@@ -24,12 +24,12 @@ link_directories(
##### other data ################################
-install( FILES escputil.desktop DESTINATION ${DATA_INSTALL_DIR}/kdeprint/tools )
+install( FILES escputil.desktop DESTINATION ${DATA_INSTALL_DIR}/tdeprint/tools )
-##### kdeprint_tool_escputil ####################
+##### tdeprint_tool_escputil ####################
-set( target kdeprint_tool_escputil )
+set( target tdeprint_tool_escputil )
set( ${target}_SRCS
escpwidget.cpp
@@ -37,6 +37,6 @@ set( ${target}_SRCS
tde_add_kpart( ${target} AUTOMOC
SOURCES ${${target}_SRCS}
- LINK kdeui-shared
+ LINK tdeui-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)
diff --git a/kdeprint/tools/escputil/Makefile.am b/kdeprint/tools/escputil/Makefile.am
index beb7c2a5e..ac7620ef1 100644
--- a/kdeprint/tools/escputil/Makefile.am
+++ b/kdeprint/tools/escputil/Makefile.am
@@ -1,12 +1,12 @@
INCLUDES = $(all_includes)
-kde_module_LTLIBRARIES = kdeprint_tool_escputil.la
-kdeprint_tool_escputil_la_SOURCES = escpwidget.cpp
-kdeprint_tool_escputil_la_METASOURCES = AUTO
-kdeprint_tool_escputil_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
-kdeprint_tool_escputil_la_LIBADD = $(LIB_KDEUI) $(LIB_QT) $(LIB_KDECORE)
+kde_module_LTLIBRARIES = tdeprint_tool_escputil.la
+tdeprint_tool_escputil_la_SOURCES = escpwidget.cpp
+tdeprint_tool_escputil_la_METASOURCES = AUTO
+tdeprint_tool_escputil_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+tdeprint_tool_escputil_la_LIBADD = $(LIB_KDEUI) $(LIB_QT) $(LIB_KDECORE)
noinst_HEADERS = escpwidget.h
service_DATA = escputil.desktop
-servicedir = $(kde_datadir)/kdeprint/tools
+servicedir = $(kde_datadir)/tdeprint/tools
diff --git a/kdeprint/tools/escputil/escpwidget.cpp b/kdeprint/tools/escputil/escpwidget.cpp
index b55a374a7..3000b0788 100644
--- a/kdeprint/tools/escputil/escpwidget.cpp
+++ b/kdeprint/tools/escputil/escpwidget.cpp
@@ -1,6 +1,6 @@
/*
* This file is part of the KDE libraries
- * Copyright (c) 2001 Michael Goffioul <kdeprint@swing.be>
+ * Copyright (c) 2001 Michael Goffioul <tdeprint@swing.be>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -55,8 +55,8 @@ protected:
extern "C"
{
- void* init_kdeprint_tool_escputil() KDE_EXPORT;
- void* init_kdeprint_tool_escputil()
+ void* init_tdeprint_tool_escputil() KDE_EXPORT;
+ void* init_tdeprint_tool_escputil()
{
return new EscpFactory;
}
@@ -78,7 +78,7 @@ EscpWidget::EscpWidget(TQWidget *parent, const char *name)
TQPushButton *alignbtn = new TQPushButton(this, "-a");
alignbtn->setPixmap(DesktopIcon("exec"));
TQPushButton *inkbtn = new TQPushButton(this, "-i");
- inkbtn->setPixmap(DesktopIcon("kdeprint_inklevel"));
+ inkbtn->setPixmap(DesktopIcon("tdeprint_inklevel"));
TQPushButton *identbtn = new TQPushButton(this, "-d");
identbtn->setPixmap(DesktopIcon("exec"));
diff --git a/kdeprint/tools/escputil/escpwidget.h b/kdeprint/tools/escputil/escpwidget.h
index 809bb89c3..7e3ba55e8 100644
--- a/kdeprint/tools/escputil/escpwidget.h
+++ b/kdeprint/tools/escputil/escpwidget.h
@@ -1,6 +1,6 @@
/*
* This file is part of the KDE libraries
- * Copyright (c) 2001 Michael Goffioul <kdeprint@swing.be>
+ * Copyright (c) 2001 Michael Goffioul <tdeprint@swing.be>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public