summaryrefslogtreecommitdiffstats
path: root/kaddressbook-plugins/xxports/kworldclock/geo_xxport.h
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook-plugins/xxports/kworldclock/geo_xxport.h')
-rw-r--r--kaddressbook-plugins/xxports/kworldclock/geo_xxport.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/kaddressbook-plugins/xxports/kworldclock/geo_xxport.h b/kaddressbook-plugins/xxports/kworldclock/geo_xxport.h
index cdac56a..d31ce49 100644
--- a/kaddressbook-plugins/xxports/kworldclock/geo_xxport.h
+++ b/kaddressbook-plugins/xxports/kworldclock/geo_xxport.h
@@ -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.
*/
#ifndef GEO_XXPORT_H
@@ -29,9 +29,10 @@
class GeoXXPort : public KAB::XXPort
{
Q_OBJECT
+ TQ_OBJECT
public:
- GeoXXPort( KABC::AddressBook *ab, TQWidget *parent, const char *name = 0 );
+ GeoXXPort( KABC::AddressBook *ab, TQWidget *tqparent, const char *name = 0 );
TQString identifier() const { return "geo"; }