diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 02:28:57 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 02:28:57 -0600 |
commit | 7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04 (patch) | |
tree | b7c6396f4f7fe78dcd49424bff707e977541de18 /kdeprint/kdeprintfax/kdeprintfax.cpp | |
parent | 66c0fa70796c1989a9f3adb0c5c0ad799ade48ca (diff) | |
download | tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.tar.gz tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.zip |
Additional kde to tde renaming
Diffstat (limited to 'kdeprint/kdeprintfax/kdeprintfax.cpp')
-rw-r--r-- | kdeprint/kdeprintfax/kdeprintfax.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kdeprint/kdeprintfax/kdeprintfax.cpp b/kdeprint/kdeprintfax/kdeprintfax.cpp index 0b0e59b6b..24ad58a0e 100644 --- a/kdeprint/kdeprintfax/kdeprintfax.cpp +++ b/kdeprint/kdeprintfax/kdeprintfax.cpp @@ -1,5 +1,5 @@ /* - * kdeprintfax - a small fax utility + * tdeprintfax - a small fax utility * Copyright (C) 2001 Michael Goffioul * * This program is free software; you can redistribute it and/or modify @@ -18,7 +18,7 @@ * */ -#include "kdeprintfax.h" +#include "tdeprintfax.h" #include "faxab.h" #include "faxctrl.h" #include "configdlg.h" @@ -106,7 +106,7 @@ KdeprintFax::KdeprintFax(TQWidget *parent, const char *name) connect( m_delbtn, TQT_SIGNAL( clicked() ), TQT_SLOT( slotFaxRemove() ) ); TQLabel *m_commentlabel = new TQLabel(i18n("&Comment:"), mainw); KSystemTray *m_tray = new KSystemTray(this); - m_tray->setPixmap(SmallIcon("kdeprintfax")); + m_tray->setPixmap(SmallIcon("tdeprintfax")); m_tray->show(); m_comment = new TQTextEdit(mainw); // I don't understand why anyone would want to turn off word wrap. It makes @@ -604,4 +604,4 @@ bool KdeprintFax::manualFaxDialog( TQString& number, TQString& name, TQString& e return false; } -#include "kdeprintfax.moc" +#include "tdeprintfax.moc" |