summaryrefslogtreecommitdiffstats
path: root/korganizer/publishdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/publishdialog.cpp')
-rw-r--r--korganizer/publishdialog.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/korganizer/publishdialog.cpp b/korganizer/publishdialog.cpp
index 68d5c630..33e30e9b 100644
--- a/korganizer/publishdialog.cpp
+++ b/korganizer/publishdialog.cpp
@@ -17,8 +17,8 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
As a special exception, permission is given to link this program
- with any edition of Qt, and distribute the resulting executable,
- without including the source code for Qt in the source distribution.
+ with any edition of TQt, and distribute the resulting executable,
+ without including the source code for TQt in the source distribution.
*/
#include <tqlineedit.h>
@@ -37,9 +37,9 @@
#include "publishdialog.h"
#include "publishdialog_base.h"
-PublishDialog::PublishDialog( TQWidget* parent, const char* name,
+PublishDialog::PublishDialog( TQWidget* tqparent, const char* name,
bool modal )
- : KDialogBase( parent, name, modal,
+ : KDialogBase( tqparent, name, modal,
i18n("Select Addresses"), Ok|Cancel|Help, Ok, true )
{
mWidget = new PublishDialog_base( this, "PublishFreeBusy" );