summaryrefslogtreecommitdiffstats
path: root/tdeprint/management/tdeprint_management_module.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:46:38 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:46:38 -0600
commit46850422d6f857317455a6f7682bda9af4ba77f8 (patch)
treee7ccd19a8665415f634e26279d998173f7aa764f /tdeprint/management/tdeprint_management_module.cpp
parentd4396ecfa2ba4c7cf44c028ea02b5de76878d6b8 (diff)
downloadtdelibs-46850422d6f857317455a6f7682bda9af4ba77f8.tar.gz
tdelibs-46850422d6f857317455a6f7682bda9af4ba77f8.zip
Rename additional instances of KDE to TDE
Diffstat (limited to 'tdeprint/management/tdeprint_management_module.cpp')
-rw-r--r--tdeprint/management/tdeprint_management_module.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdeprint/management/tdeprint_management_module.cpp b/tdeprint/management/tdeprint_management_module.cpp
index 8d4027f75..d15ef791f 100644
--- a/tdeprint/management/tdeprint_management_module.cpp
+++ b/tdeprint/management/tdeprint_management_module.cpp
@@ -32,18 +32,18 @@
extern "C"
{
- KDEPRINT_EXPORT int add_printer_wizard(TQWidget *parent)
+ TDEPRINT_EXPORT int add_printer_wizard(TQWidget *parent)
{
return tdeprint_management_add_printer_wizard( parent );
}
- KDEPRINT_EXPORT bool config_dialog(TQWidget *parent)
+ TDEPRINT_EXPORT bool config_dialog(TQWidget *parent)
{
KMConfigDialog dlg(parent);
return dlg.exec();
}
- KDEPRINT_EXPORT TQString select_command( TQWidget* parent )
+ TDEPRINT_EXPORT TQString select_command( TQWidget* parent )
{
KDialogBase dlg( parent, 0, true, i18n( "Select Command" ), KDialogBase::Ok|KDialogBase::Cancel );
KXmlCommandSelector *xmlSel = new KXmlCommandSelector( false, &dlg, "CommandSelector", &dlg );