summaryrefslogtreecommitdiffstats
path: root/klipper/history.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'klipper/history.cpp')
-rw-r--r--klipper/history.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/klipper/history.cpp b/klipper/history.cpp
index a02b37156..99db4eaba 100644
--- a/klipper/history.cpp
+++ b/klipper/history.cpp
@@ -1,4 +1,3 @@
-// -*- Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 8; -*-
/* This file is part of the KDE project
Copyright (C) 2004 Esben Mose Hansen <kde@mosehansen.dk>
Copyright (C) by Andrew Stanley-Jones
@@ -30,7 +29,7 @@ History::History( TQWidget* parent, const char* name )
m_popup( new KlipperPopup( this, parent, "main_widget" ) ),
m_topIsUserSelected( false )
{
- connect( this, TQT_SIGNAL( changed() ), m_popup, TQT_SLOT( slotHistoryChanged() ) );
+ connect( this, TQ_SIGNAL( changed() ), m_popup, TQ_SLOT( slotHistoryChanged() ) );
itemList.setAutoDelete( true );
}