Replace Q_OBJECT with TQ_OBJECT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/7/head
Michele Calgaro 9 months ago
parent c7f2ea3d7c
commit e164b1d027
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -101,7 +101,7 @@ namespace barcodeRecognition {
* @author Sebastian Held <sebastian.held@gmx.de>
*/
class barcodeRecognitionThread : public TQObject, public TQThread {
Q_OBJECT
TQ_OBJECT
public:
barcodeRecognitionThread();

@ -33,7 +33,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class BorrowerDialog : public KDialogBase {
Q_OBJECT
TQ_OBJECT
public:

@ -48,7 +48,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class Collection : public TQObject, public TDEShared {
Q_OBJECT
TQ_OBJECT
public:

@ -50,7 +50,7 @@ private:
* @author Robby Stephenson
*/
class CollectionFieldsDialog : public KDialogBase {
Q_OBJECT
TQ_OBJECT
public:

@ -28,7 +28,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class BibtexCollection : public Collection {
Q_OBJECT
TQ_OBJECT
public:

@ -23,7 +23,7 @@ namespace Tellico {
* A collection for board (not bored) games.
*/
class BoardGameCollection : public Collection {
Q_OBJECT
TQ_OBJECT
public:

@ -52,7 +52,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class BookCollection : public Collection {
Q_OBJECT
TQ_OBJECT
public:

@ -28,7 +28,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class CardCollection : public Collection {
Q_OBJECT
TQ_OBJECT
public:

@ -28,7 +28,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class CoinCollection : public Collection {
Q_OBJECT
TQ_OBJECT
public:

@ -28,7 +28,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class ComicBookCollection : public Collection {
Q_OBJECT
TQ_OBJECT
public:

@ -23,7 +23,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class FileCatalog : public Collection {
Q_OBJECT
TQ_OBJECT
public:

@ -23,7 +23,7 @@ namespace Tellico {
* A collection for games.
*/
class GameCollection : public Collection {
Q_OBJECT
TQ_OBJECT
public:

@ -33,7 +33,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class MusicCollection : public Collection {
Q_OBJECT
TQ_OBJECT
public:

@ -45,7 +45,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class StampCollection : public Collection {
Q_OBJECT
TQ_OBJECT
public:

@ -32,7 +32,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class VideoCollection : public Collection {
Q_OBJECT
TQ_OBJECT
public:

@ -33,7 +33,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class WineCollection : public Collection {
Q_OBJECT
TQ_OBJECT
public:

@ -46,7 +46,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class ConfigDialog : public KDialogBase {
Q_OBJECT
TQ_OBJECT
public:

@ -36,7 +36,7 @@ class Observer;
* @author Robby Stephenson
*/
class Controller : public TQObject {
Q_OBJECT
TQ_OBJECT
public:

@ -20,7 +20,7 @@
namespace Tellico {
class DropHandler : public TQObject {
Q_OBJECT
TQ_OBJECT
public:

@ -26,7 +26,7 @@ namespace TDEIO {
namespace Tellico {
class NetAccess : public TQObject {
Q_OBJECT
TQ_OBJECT
public:

@ -34,7 +34,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class DetailedListView : public GUI::ListView, public Observer {
Q_OBJECT
TQ_OBJECT
public:

@ -39,7 +39,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class Document : public TQObject {
Q_OBJECT
TQ_OBJECT
public:

@ -39,7 +39,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class EntryGroup : public TQObject, public EntryVec {
Q_OBJECT
TQ_OBJECT
public:

@ -32,7 +32,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class EntryEditDialog : public KDialogBase, public Observer {
Q_OBJECT
TQ_OBJECT
// needed for completion object support

@ -32,7 +32,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class EntryIconView : public TDEIconView, public Observer {
Q_OBJECT
TQ_OBJECT
friend class EntryIconViewItem;

@ -24,7 +24,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class EntryMerger : public TQObject {
Q_OBJECT
TQ_OBJECT
public:
EntryMerger(Data::EntryVec entries, TQObject* parent);

@ -26,7 +26,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class EntryUpdater : public TQObject {
Q_OBJECT
TQ_OBJECT
public:
EntryUpdater(Data::CollPtr coll, Data::EntryVec entries, TQObject* parent);

@ -33,7 +33,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class EntryView : public TDEHTMLPart {
Q_OBJECT
TQ_OBJECT
public:
@ -107,7 +107,7 @@ private:
// stupid naming on my part, I need to subclass the view to
// add a slot. EntryView is really a part though
class EntryViewWidget : public TDEHTMLView {
Q_OBJECT
TQ_OBJECT
public:
EntryViewWidget(TDEHTMLPart* part, TQWidget* parent);
public slots:

@ -32,7 +32,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class ExportDialog : public KDialogBase {
Q_OBJECT
TQ_OBJECT
public:

@ -47,7 +47,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class AmazonFetcher : public Fetcher {
Q_OBJECT
TQ_OBJECT
public:
@ -138,7 +138,7 @@ private:
};
class AmazonFetcher::ConfigWidget : public Fetch::ConfigWidget {
Q_OBJECT
TQ_OBJECT
public:

@ -33,7 +33,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class AnimeNfoFetcher : public Fetcher {
Q_OBJECT
TQ_OBJECT
public:

@ -33,7 +33,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class ArxivFetcher : public Fetcher {
Q_OBJECT
TQ_OBJECT
public:

@ -30,7 +30,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class BibsonomyFetcher : public Fetcher {
Q_OBJECT
TQ_OBJECT
public:

@ -30,7 +30,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class CitebaseFetcher : public Fetcher {
Q_OBJECT
TQ_OBJECT
public:

@ -30,7 +30,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class ConfigWidget : public TQWidget {
Q_OBJECT
TQ_OBJECT
public:

@ -35,7 +35,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class CrossRefFetcher : public Fetcher {
Q_OBJECT
TQ_OBJECT
public:

@ -40,7 +40,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class DiscogsFetcher : public Fetcher {
Q_OBJECT
TQ_OBJECT
public:

@ -36,7 +36,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class EntrezFetcher : public Fetcher {
Q_OBJECT
TQ_OBJECT
public:

@ -39,7 +39,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class ExecExternalFetcher : public Fetcher {
Q_OBJECT
TQ_OBJECT
public:

@ -36,7 +36,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class Fetcher : public TQObject, public TDEShared {
Q_OBJECT
TQ_OBJECT
public:

@ -44,7 +44,7 @@ typedef Vector<Fetcher> FetcherVec;
* @author Robby Stephenson
*/
class Manager : public TQObject {
Q_OBJECT
TQ_OBJECT
public:

@ -34,7 +34,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class GCstarPluginFetcher : public Fetcher {
Q_OBJECT
TQ_OBJECT
public:
@ -92,7 +92,7 @@ private:
};
class GCstarPluginFetcher::ConfigWidget : public Fetch::ConfigWidget {
Q_OBJECT
TQ_OBJECT
public:

@ -34,7 +34,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class GoogleScholarFetcher : public Fetcher {
Q_OBJECT
TQ_OBJECT
public:

@ -33,7 +33,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class IBSFetcher : public Fetcher {
Q_OBJECT
TQ_OBJECT
public:

@ -37,7 +37,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class IMDBFetcher : public Fetcher {
Q_OBJECT
TQ_OBJECT
public:

@ -34,7 +34,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class ISBNdbFetcher : public Fetcher {
Q_OBJECT
TQ_OBJECT
public:

@ -47,7 +47,7 @@ class SRUConfigWidget;
* @author Robby Stephenson
*/
class SRUFetcher : public Fetcher {
Q_OBJECT
TQ_OBJECT
friend class SRUConfigWidget;
@ -108,7 +108,7 @@ private:
};
class SRUConfigWidget : public ConfigWidget {
Q_OBJECT
TQ_OBJECT
friend class SRUFetcher;

@ -36,7 +36,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class YahooFetcher : public Fetcher {
Q_OBJECT
TQ_OBJECT
public:

@ -49,7 +49,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class Z3950Fetcher : public Fetcher {
Q_OBJECT
TQ_OBJECT
public:
@ -121,7 +121,7 @@ private:
};
class Z3950Fetcher::ConfigWidget : public Fetch::ConfigWidget {
Q_OBJECT
TQ_OBJECT
public:

@ -52,7 +52,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class FetchDialog : public KDialogBase {
Q_OBJECT
TQ_OBJECT
public:

@ -34,7 +34,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class FetcherConfigDialog : public KDialogBase {
Q_OBJECT
TQ_OBJECT
public:

@ -22,7 +22,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class FieldCompletion : public TDECompletion {
Q_OBJECT
TQ_OBJECT
public:

@ -46,7 +46,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class FilterRuleWidget : public TQHBox {
Q_OBJECT
TQ_OBJECT
public:
@ -98,7 +98,7 @@ private:
};
class FilterRuleWidgetLister : public KWidgetLister {
Q_OBJECT
TQ_OBJECT
public:
@ -123,7 +123,7 @@ protected:
* @author Robby Stephenson
*/
class FilterDialog : public KDialogBase {
Q_OBJECT
TQ_OBJECT
public:

@ -26,7 +26,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class FilterView : public GUI::ListView, public Observer {
Q_OBJECT
TQ_OBJECT
public:

@ -40,7 +40,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class GroupView : public GUI::ListView, public Observer {
Q_OBJECT
TQ_OBJECT
public:

@ -27,7 +27,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class BoolFieldWidget : public FieldWidget {
Q_OBJECT
TQ_OBJECT
public:

@ -26,7 +26,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class ChoiceFieldWidget : public FieldWidget {
Q_OBJECT
TQ_OBJECT
public:

@ -27,7 +27,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class DateFieldWidget : public FieldWidget {
Q_OBJECT
TQ_OBJECT
public:

@ -28,7 +28,7 @@ namespace Tellico {
namespace GUI {
class SpinBox : public TQSpinBox {
Q_OBJECT
TQ_OBJECT
public:
@ -39,7 +39,7 @@ public:
* @author Robby Stephenson
*/
class DateWidget : public TQWidget {
Q_OBJECT
TQ_OBJECT
public:

@ -36,7 +36,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class FieldWidget : public TQWidget {
Q_OBJECT
TQ_OBJECT
public:

@ -27,7 +27,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class ImageFieldWidget : public FieldWidget {
Q_OBJECT
TQ_OBJECT
public:

@ -33,7 +33,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class ImageWidget : public TQWidget {
Q_OBJECT
TQ_OBJECT
public:

@ -61,7 +61,7 @@ class TQHBox;
class KWidgetLister : public TQWidget
{
Q_OBJECT
TQ_OBJECT
public:
KWidgetLister( int minWidgets=1, int maxWidgets=8, TQWidget* parent=0, const char* name=0 );

@ -28,7 +28,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class LineEdit : public KLineEdit {
Q_OBJECT
TQ_OBJECT
public:

@ -25,7 +25,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class LineFieldWidget : public FieldWidget {
Q_OBJECT
TQ_OBJECT
public:

@ -41,7 +41,7 @@ typedef TQPtrListIterator<ListViewItem> ListViewItemListIt;
* @author Robby Stephenson
*/
class ListView : public TDEListView {
Q_OBJECT
TQ_OBJECT
friend class ListViewItem; // needed so the ListViewItem d'tor can update selection list

@ -27,7 +27,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class NumberFieldWidget : public FieldWidget {
Q_OBJECT
TQ_OBJECT
public:

@ -26,7 +26,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class OverlayWidget : public TQFrame {
Q_OBJECT
TQ_OBJECT
public:

@ -26,7 +26,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class ParaFieldWidget : public FieldWidget {
Q_OBJECT
TQ_OBJECT
public:

@ -27,7 +27,7 @@ namespace Tellico {
namespace GUI {
class PreviewDialog : public KDialogBase {
Q_OBJECT
TQ_OBJECT
public:

@ -23,7 +23,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class Progress : public KProgress {
Q_OBJECT
TQ_OBJECT
public:

@ -25,7 +25,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class RatingFieldWidget : public FieldWidget {
Q_OBJECT
TQ_OBJECT
public:

@ -31,7 +31,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class RatingWidget : public TQHBox {
Q_OBJECT
TQ_OBJECT
typedef TQPtrList<TQLabel> LabelList;

@ -23,7 +23,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class RichTextLabel : public TQTextEdit {
Q_OBJECT
TQ_OBJECT
public:

@ -37,7 +37,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class StringMapDialog : public KDialogBase {
Q_OBJECT
TQ_OBJECT
public:

@ -23,7 +23,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class TabControl : public TQTabWidget {
Q_OBJECT
TQ_OBJECT
public:

@ -27,7 +27,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class TableFieldWidget : public FieldWidget {
Q_OBJECT
TQ_OBJECT
public:

@ -30,7 +30,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class URLFieldWidget : public FieldWidget {
Q_OBJECT
TQ_OBJECT
public:

@ -34,7 +34,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class ImportDialog : public KDialogBase {
Q_OBJECT
TQ_OBJECT
public:

@ -33,7 +33,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class LoanDialog : public KDialogBase {
Q_OBJECT
TQ_OBJECT
public:

@ -29,7 +29,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class LoanView : public GUI::ListView, public Observer {
Q_OBJECT
TQ_OBJECT
public:

@ -71,7 +71,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class MainWindow : public TDEMainWindow, public ApplicationInterface {
Q_OBJECT
TQ_OBJECT
friend class Controller;

@ -43,7 +43,7 @@ using namespace KNS;
namespace NewStuff {
class Dialog : public KDialogBase {
Q_OBJECT
TQ_OBJECT
public:

@ -55,7 +55,7 @@ struct DataSourceInfo {
};
class Manager : public TQObject {
Q_OBJECT
TQ_OBJECT
public:

@ -32,7 +32,7 @@ namespace Tellico {
class Manager;
class NewScript : public SUPERCLASS {
Q_OBJECT
TQ_OBJECT
public:

@ -29,7 +29,7 @@ class ProgressManager;
* @author Robby Stephenson
*/
class ProgressItem : public TQObject {
Q_OBJECT
TQ_OBJECT
friend class ProgressManager;
@ -79,7 +79,7 @@ private:
* @author Robby Stephenson
*/
class ProgressManager : public TQObject {
Q_OBJECT
TQ_OBJECT
public:

@ -30,7 +30,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class ReportDialog : public KDialogBase {
Q_OBJECT
TQ_OBJECT
public:

@ -29,7 +29,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class StatusBar : public KStatusBar {
Q_OBJECT
TQ_OBJECT
public:

@ -28,7 +28,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class AlexandriaExporter : public Exporter {
Q_OBJECT
TQ_OBJECT
public:

@ -34,7 +34,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class AlexandriaImporter : public Importer {
Q_OBJECT
TQ_OBJECT
public:

@ -23,7 +23,7 @@ namespace Tellico {
@author Robby Stephenson
*/
class AMCImporter : public DataImporter {
Q_OBJECT
TQ_OBJECT
public:
AMCImporter(const KURL& url);

@ -32,7 +32,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class AudioFileImporter : public Importer {
Q_OBJECT
TQ_OBJECT
public:

@ -30,7 +30,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class BibtexExporter : public Exporter {
Q_OBJECT
TQ_OBJECT
public:

@ -41,7 +41,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class BibtexImporter : public Importer {
Q_OBJECT
TQ_OBJECT
public:

@ -23,7 +23,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class BibtexmlExporter : public Exporter {
Q_OBJECT
TQ_OBJECT
public:

@ -26,7 +26,7 @@ namespace Tellico {
*@author Robby Stephenson
*/
class BibtexmlImporter : public XMLImporter {
Q_OBJECT
TQ_OBJECT
public:

@ -30,7 +30,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class CSVExporter : public Exporter {
Q_OBJECT
TQ_OBJECT
public:

@ -39,7 +39,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class CSVImporter : public TextImporter {
Q_OBJECT
TQ_OBJECT
public:

@ -24,7 +24,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class DataImporter : public Importer {
Q_OBJECT
TQ_OBJECT
public:

@ -24,7 +24,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class DeliciousImporter : public XSLTImporter {
Q_OBJECT
TQ_OBJECT
public:

@ -44,7 +44,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class Exporter : public TQObject {
Q_OBJECT
TQ_OBJECT
public:

@ -34,7 +34,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class FileListingImporter : public Importer {
Q_OBJECT
TQ_OBJECT
public:

@ -32,7 +32,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class FreeDBImporter : public Importer {
Q_OBJECT
TQ_OBJECT
public:

@ -25,7 +25,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class GCfilmsExporter : public Exporter {
Q_OBJECT
TQ_OBJECT
public:

@ -26,7 +26,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class GCfilmsImporter : public TextImporter {
Q_OBJECT
TQ_OBJECT
public:

@ -31,7 +31,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class GriffithImporter : public Importer {
Q_OBJECT
TQ_OBJECT
public:

@ -28,7 +28,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class GRS1Importer : public TextImporter {
Q_OBJECT
TQ_OBJECT
public:

@ -39,7 +39,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class HTMLExporter : public Exporter {
Q_OBJECT
TQ_OBJECT
public:

@ -40,7 +40,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class Importer : public TQObject {
Q_OBJECT
TQ_OBJECT
public:

@ -29,7 +29,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class ONIXExporter : public Exporter {
Q_OBJECT
TQ_OBJECT
public:

@ -20,7 +20,7 @@ namespace Tellico {
namespace Import {
class PDFImporter : public Importer {
Q_OBJECT
TQ_OBJECT
public:

@ -27,7 +27,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class PilotDBExporter : public Exporter {
Q_OBJECT
TQ_OBJECT
public:

@ -24,7 +24,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class ReferencerImporter : public XSLTImporter {
Q_OBJECT
TQ_OBJECT
public:

@ -33,7 +33,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class RISImporter : public Importer {
Q_OBJECT
TQ_OBJECT
public:

@ -33,7 +33,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class TellicoImporter : public DataImporter {
Q_OBJECT
TQ_OBJECT
public:

@ -29,7 +29,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class TellicoSaxImporter : public DataImporter {
Q_OBJECT
TQ_OBJECT
public:
enum Format { Unknown, Error, XML, Zip, Cancel };

@ -32,7 +32,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class TellicoXMLExporter : public Exporter {
Q_OBJECT
TQ_OBJECT
public:

@ -23,7 +23,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class TellicoZipExporter : public Exporter {
Q_OBJECT
TQ_OBJECT
public:

@ -25,7 +25,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class TextImporter : public Importer {
Q_OBJECT
TQ_OBJECT
public:

@ -27,7 +27,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class XMLImporter : public Importer {
Q_OBJECT
TQ_OBJECT
public:

@ -28,7 +28,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class XSLTImporter : public TextImporter {
Q_OBJECT
TQ_OBJECT
public:

@ -22,7 +22,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class UPCValidator : public TQValidator {
Q_OBJECT
TQ_OBJECT
public:

@ -26,7 +26,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class ViewStack : public TQWidgetStack {
Q_OBJECT
TQ_OBJECT
public:

Loading…
Cancel
Save