From 1e8f4c1ed6da13b851a7100e395d9243871c464d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 17:25:44 -0600 Subject: Fix FTBFS --- doc/kommander/kfontcombo.png | Bin 1194 -> 0 bytes doc/kommander/tdefontcombo.png | Bin 0 -> 1194 bytes kommander/editor/pics/kfontcombo.png | Bin 1194 -> 0 bytes kommander/editor/pics/tdefontcombo.png | Bin 0 -> 1194 bytes quanta/dialogs/tagdialogs/tagquicklistdlg.cpp | 41 -------------- quanta/dialogs/tagdialogs/tagquicklistdlg.h | 55 ------------------ quanta/dialogs/tagdialogs/tagquicklistdlgdata.cpp | 63 --------------------- quanta/dialogs/tagdialogs/tagquictdelistdlg.cpp | 41 ++++++++++++++ quanta/dialogs/tagdialogs/tagquictdelistdlg.h | 55 ++++++++++++++++++ .../dialogs/tagdialogs/tagquictdelistdlgdata.cpp | 63 +++++++++++++++++++++ 10 files changed, 159 insertions(+), 159 deletions(-) delete mode 100644 doc/kommander/kfontcombo.png create mode 100644 doc/kommander/tdefontcombo.png delete mode 100644 kommander/editor/pics/kfontcombo.png create mode 100644 kommander/editor/pics/tdefontcombo.png delete mode 100644 quanta/dialogs/tagdialogs/tagquicklistdlg.cpp delete mode 100644 quanta/dialogs/tagdialogs/tagquicklistdlg.h delete mode 100644 quanta/dialogs/tagdialogs/tagquicklistdlgdata.cpp create mode 100644 quanta/dialogs/tagdialogs/tagquictdelistdlg.cpp create mode 100644 quanta/dialogs/tagdialogs/tagquictdelistdlg.h create mode 100644 quanta/dialogs/tagdialogs/tagquictdelistdlgdata.cpp diff --git a/doc/kommander/kfontcombo.png b/doc/kommander/kfontcombo.png deleted file mode 100644 index 87835d6c..00000000 Binary files a/doc/kommander/kfontcombo.png and /dev/null differ diff --git a/doc/kommander/tdefontcombo.png b/doc/kommander/tdefontcombo.png new file mode 100644 index 00000000..87835d6c Binary files /dev/null and b/doc/kommander/tdefontcombo.png differ diff --git a/kommander/editor/pics/kfontcombo.png b/kommander/editor/pics/kfontcombo.png deleted file mode 100644 index 87835d6c..00000000 Binary files a/kommander/editor/pics/kfontcombo.png and /dev/null differ diff --git a/kommander/editor/pics/tdefontcombo.png b/kommander/editor/pics/tdefontcombo.png new file mode 100644 index 00000000..87835d6c Binary files /dev/null and b/kommander/editor/pics/tdefontcombo.png differ diff --git a/quanta/dialogs/tagdialogs/tagquicklistdlg.cpp b/quanta/dialogs/tagdialogs/tagquicklistdlg.cpp deleted file mode 100644 index 7a9edbdb..00000000 --- a/quanta/dialogs/tagdialogs/tagquicklistdlg.cpp +++ /dev/null @@ -1,41 +0,0 @@ -/*************************************************************************** - tagquicklistdlg.cpp - description - ------------------- - begin : Sun Nov 28 1999 - copyright : (C) 1999 by Yacovlev Alexander & Dmitry Poplavsky - email : pdima@mail.univ.kiev.ua - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ -#include "tagquicklistdlg.h" -#include "tagquicklistdlg.moc" -#include -#include -#include -#include -#include -#include - -TagQuickListDlg::TagQuickListDlg(TQWidget *parent, const char *name) - : TQDialog(parent,name,true) -{ - setCaption(name); - - initDialog(); - - groupBox->insert(radioOrdered); - groupBox->insert(radioUnordered); - - connect( buttonOk, TQT_SIGNAL(clicked()), TQT_SLOT(accept()) ); - connect( buttonCancel, TQT_SIGNAL(clicked()), TQT_SLOT(reject()) ); -} - -TagQuickListDlg::~TagQuickListDlg(){ -} diff --git a/quanta/dialogs/tagdialogs/tagquicklistdlg.h b/quanta/dialogs/tagdialogs/tagquicklistdlg.h deleted file mode 100644 index 946efb67..00000000 --- a/quanta/dialogs/tagdialogs/tagquicklistdlg.h +++ /dev/null @@ -1,55 +0,0 @@ -/*************************************************************************** - tagquicklistdlg.h - description - ------------------- - begin : Sun Nov 28 1999 - copyright : (C) 1999 by Yacovlev Alexander & Dmitry Poplavsky - email : pdima@mail.univ.kiev.ua - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - -#ifndef TAGQUICKLISTDLG_H -#define TAGQUICKLISTDLG_H - -#include - -#include -class TQLabel; -class TQSpinBox; -class TQPushButton; -class TQRadioButton; -class TQButtonGroup; - -/** - *@author Dmitry Poplavsky & Yacovlev Alexander - */ - -class TagQuickListDlg : public TQDialog { - Q_OBJECT - -public: - TagQuickListDlg(TQWidget *parent=0, const char *name=0); - ~TagQuickListDlg(); - -public: - void initDialog(); - TQLabel *TQLabel_1; - TQSpinBox *spinBoxRows; - TQPushButton *buttonOk; - TQLabel *TQLabel_2; - TQRadioButton *radioOrdered; - TQRadioButton *radioUnordered; - TQPushButton *buttonCancel; - TQButtonGroup *groupBox; - -private: -}; - -#endif diff --git a/quanta/dialogs/tagdialogs/tagquicklistdlgdata.cpp b/quanta/dialogs/tagdialogs/tagquicklistdlgdata.cpp deleted file mode 100644 index 7f499c14..00000000 --- a/quanta/dialogs/tagdialogs/tagquicklistdlgdata.cpp +++ /dev/null @@ -1,63 +0,0 @@ -/********************************************************************** - --- KDevelop (KDlgEdit) generated file --- - - Last generated: Tue Dec 7 16:51:35 1999 - - DO NOT EDIT!!! This file will be automatically - regenerated by KDevelop. All changes will be lost. - -**********************************************************************/ -#include -#include -#include -#include "tagquicklistdlg.h" -#include -#include -#include -#include -#include - -void TagQuickListDlg::initDialog() -{ - resize(230,150); - - TQLabel_1= new TQLabel(this,"NoName"); - TQLabel_1->setGeometry(10,10,100,30); - TQLabel_1->setMinimumSize(0,0); - TQLabel_1->setText(i18n("Rows:")); - - spinBoxRows= new TQSpinBox(this,"NoName"); - spinBoxRows->setGeometry(120,10,100,25); - spinBoxRows->setMinimumSize(0,0); - spinBoxRows->setRange(1,99); - - buttonOk= new KPushButton(KStdGuiItem::ok(),this,"NoName"); - buttonOk->setGeometry(10,110,100,30); - buttonOk->setMinimumSize(0,0); - - TQLabel_2= new TQLabel(this,"NoName"); - TQLabel_2->setGeometry(10,40,100,30); - TQLabel_2->setMinimumSize(0,0); - TQLabel_2->setText(i18n("Style:")); - - buttonCancel= new TQPushButton(this,"NoName"); - buttonCancel->setGeometry(120,110,100,30); - buttonCancel->setMinimumSize(0,0); - buttonCancel->setText(KStdGuiItem::cancel().text()); - - groupBox= new TQButtonGroup(this,"NoName"); - groupBox->setGeometry(120,40,100,60); - groupBox->setMinimumSize(0,0); - - radioOrdered= new TQRadioButton(groupBox,"NoName"); - radioOrdered->setGeometry(5,5,90,25); - radioOrdered->setMinimumSize(0,0); - radioOrdered->setText(i18n("Ordered")); - radioOrdered->setChecked(true); - - radioUnordered= new TQRadioButton(groupBox,"NoName"); - radioUnordered->setGeometry(5,30,90,25); - radioUnordered->setMinimumSize(0,0); - radioUnordered->setText(i18n("Unordered")); - radioUnordered->setChecked(false); -} diff --git a/quanta/dialogs/tagdialogs/tagquictdelistdlg.cpp b/quanta/dialogs/tagdialogs/tagquictdelistdlg.cpp new file mode 100644 index 00000000..7a9edbdb --- /dev/null +++ b/quanta/dialogs/tagdialogs/tagquictdelistdlg.cpp @@ -0,0 +1,41 @@ +/*************************************************************************** + tagquicklistdlg.cpp - description + ------------------- + begin : Sun Nov 28 1999 + copyright : (C) 1999 by Yacovlev Alexander & Dmitry Poplavsky + email : pdima@mail.univ.kiev.ua + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ +#include "tagquicklistdlg.h" +#include "tagquicklistdlg.moc" +#include +#include +#include +#include +#include +#include + +TagQuickListDlg::TagQuickListDlg(TQWidget *parent, const char *name) + : TQDialog(parent,name,true) +{ + setCaption(name); + + initDialog(); + + groupBox->insert(radioOrdered); + groupBox->insert(radioUnordered); + + connect( buttonOk, TQT_SIGNAL(clicked()), TQT_SLOT(accept()) ); + connect( buttonCancel, TQT_SIGNAL(clicked()), TQT_SLOT(reject()) ); +} + +TagQuickListDlg::~TagQuickListDlg(){ +} diff --git a/quanta/dialogs/tagdialogs/tagquictdelistdlg.h b/quanta/dialogs/tagdialogs/tagquictdelistdlg.h new file mode 100644 index 00000000..946efb67 --- /dev/null +++ b/quanta/dialogs/tagdialogs/tagquictdelistdlg.h @@ -0,0 +1,55 @@ +/*************************************************************************** + tagquicklistdlg.h - description + ------------------- + begin : Sun Nov 28 1999 + copyright : (C) 1999 by Yacovlev Alexander & Dmitry Poplavsky + email : pdima@mail.univ.kiev.ua + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#ifndef TAGQUICKLISTDLG_H +#define TAGQUICKLISTDLG_H + +#include + +#include +class TQLabel; +class TQSpinBox; +class TQPushButton; +class TQRadioButton; +class TQButtonGroup; + +/** + *@author Dmitry Poplavsky & Yacovlev Alexander + */ + +class TagQuickListDlg : public TQDialog { + Q_OBJECT + +public: + TagQuickListDlg(TQWidget *parent=0, const char *name=0); + ~TagQuickListDlg(); + +public: + void initDialog(); + TQLabel *TQLabel_1; + TQSpinBox *spinBoxRows; + TQPushButton *buttonOk; + TQLabel *TQLabel_2; + TQRadioButton *radioOrdered; + TQRadioButton *radioUnordered; + TQPushButton *buttonCancel; + TQButtonGroup *groupBox; + +private: +}; + +#endif diff --git a/quanta/dialogs/tagdialogs/tagquictdelistdlgdata.cpp b/quanta/dialogs/tagdialogs/tagquictdelistdlgdata.cpp new file mode 100644 index 00000000..7f499c14 --- /dev/null +++ b/quanta/dialogs/tagdialogs/tagquictdelistdlgdata.cpp @@ -0,0 +1,63 @@ +/********************************************************************** + --- KDevelop (KDlgEdit) generated file --- + + Last generated: Tue Dec 7 16:51:35 1999 + + DO NOT EDIT!!! This file will be automatically + regenerated by KDevelop. All changes will be lost. + +**********************************************************************/ +#include +#include +#include +#include "tagquicklistdlg.h" +#include +#include +#include +#include +#include + +void TagQuickListDlg::initDialog() +{ + resize(230,150); + + TQLabel_1= new TQLabel(this,"NoName"); + TQLabel_1->setGeometry(10,10,100,30); + TQLabel_1->setMinimumSize(0,0); + TQLabel_1->setText(i18n("Rows:")); + + spinBoxRows= new TQSpinBox(this,"NoName"); + spinBoxRows->setGeometry(120,10,100,25); + spinBoxRows->setMinimumSize(0,0); + spinBoxRows->setRange(1,99); + + buttonOk= new KPushButton(KStdGuiItem::ok(),this,"NoName"); + buttonOk->setGeometry(10,110,100,30); + buttonOk->setMinimumSize(0,0); + + TQLabel_2= new TQLabel(this,"NoName"); + TQLabel_2->setGeometry(10,40,100,30); + TQLabel_2->setMinimumSize(0,0); + TQLabel_2->setText(i18n("Style:")); + + buttonCancel= new TQPushButton(this,"NoName"); + buttonCancel->setGeometry(120,110,100,30); + buttonCancel->setMinimumSize(0,0); + buttonCancel->setText(KStdGuiItem::cancel().text()); + + groupBox= new TQButtonGroup(this,"NoName"); + groupBox->setGeometry(120,40,100,60); + groupBox->setMinimumSize(0,0); + + radioOrdered= new TQRadioButton(groupBox,"NoName"); + radioOrdered->setGeometry(5,5,90,25); + radioOrdered->setMinimumSize(0,0); + radioOrdered->setText(i18n("Ordered")); + radioOrdered->setChecked(true); + + radioUnordered= new TQRadioButton(groupBox,"NoName"); + radioUnordered->setGeometry(5,30,90,25); + radioUnordered->setMinimumSize(0,0); + radioUnordered->setText(i18n("Unordered")); + radioUnordered->setChecked(false); +} -- cgit v1.2.1