summaryrefslogtreecommitdiffstats
path: root/kioslave/media/kcmodule/mimetypelistboxitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'kioslave/media/kcmodule/mimetypelistboxitem.h')
-rw-r--r--kioslave/media/kcmodule/mimetypelistboxitem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kioslave/media/kcmodule/mimetypelistboxitem.h b/kioslave/media/kcmodule/mimetypelistboxitem.h
index f61afba3d..e02f58b11 100644
--- a/kioslave/media/kcmodule/mimetypelistboxitem.h
+++ b/kioslave/media/kcmodule/mimetypelistboxitem.h
@@ -1,6 +1,6 @@
/* This file is part of the KDE Project
Copyright (c) 2005 Jean-Remy Falleri <jr.falleri@laposte.net>
- Copyright (c) 2005 Kévin Ottens <ervin ipsquad net>
+ Copyright (c) 2005 K�vin Ottens <ervin ipsquad net>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
@@ -23,7 +23,7 @@
#include <tqlistbox.h>
#include <tqstring.h>
-class MimetypeListBoxItem : public QListBoxText
+class MimetypeListBoxItem : public TQListBoxText
{
public:
MimetypeListBoxItem(const TQString &mimetype, TQListBox *parent);