mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
generic: adjust for use with CMake moc
This commit is contained in:
parent
bac77549e2
commit
c433e4502a
865 changed files with 872 additions and 875 deletions
|
@ -396,4 +396,4 @@ QPoint AppMenuModule::centeredMenubarPos()
|
|||
}
|
||||
|
||||
|
||||
#include "appmenu.moc"
|
||||
#include "moc_appmenu.cpp"
|
||||
|
|
|
@ -106,4 +106,4 @@ void GlowBar::setInputMask()
|
|||
ShapeSet);
|
||||
XFreePixmap(QX11Info::display(), mask);
|
||||
}
|
||||
#include "glowbar.moc"
|
||||
#include "moc_glowbar.cpp"
|
||||
|
|
|
@ -82,4 +82,4 @@ void MenuButton::hoverLeaveEvent(QGraphicsSceneHoverEvent *e)
|
|||
}
|
||||
}
|
||||
|
||||
#include "menubutton.moc"
|
||||
#include "moc_menubutton.cpp"
|
|
@ -384,4 +384,4 @@ void MenuWidget::installEventFilterForAll(QMenu *menu, QObject *object)
|
|||
}
|
||||
}
|
||||
|
||||
#include "menuwidget.moc"
|
||||
#include "moc_menuwidget.cpp"
|
|
@ -377,5 +377,5 @@ bool Shadows::enabled() const
|
|||
return hasElement("shadow-left");
|
||||
}
|
||||
|
||||
#include "shadows.moc"
|
||||
#include "moc_shadows.cpp"
|
||||
|
||||
|
|
|
@ -173,4 +173,4 @@ QRect TopMenuBar::triggerRect()
|
|||
return QRect(triggerPoint, triggerSize);
|
||||
}
|
||||
|
||||
#include "topmenubar.moc"
|
||||
#include "moc_topmenubar.cpp"
|
|
@ -76,4 +76,4 @@ void VerticalMenu::_EVENT_##Event(Q##_TYPE_##Event *e) \
|
|||
FORWARD(keyPress, Key)
|
||||
FORWARD(keyRelease, Key)
|
||||
|
||||
#include "verticalmenu.moc"
|
||||
#include "moc_verticalmenu.cpp"
|
|
@ -162,4 +162,4 @@ void BacktraceGenerator::slotProcessExited(int exitCode, QProcess::ExitStatus ex
|
|||
emit done();
|
||||
}
|
||||
|
||||
#include "backtracegenerator.moc"
|
||||
#include "moc_backtracegenerator.cpp"
|
||||
|
|
|
@ -183,4 +183,4 @@ QString getSuggestedKCrashFilename(const CrashedApplication* app)
|
|||
return filename;
|
||||
}
|
||||
|
||||
#include "crashedapplication.moc"
|
||||
#include "moc_crashedapplication.cpp"
|
||||
|
|
|
@ -114,4 +114,4 @@ void DBusOldInterfaceAdaptor::registerDebuggingApplication(const QString & name)
|
|||
}
|
||||
}
|
||||
|
||||
#include "debuggerlaunchers.moc"
|
||||
#include "moc_debuggerlaunchers.cpp"
|
||||
|
|
|
@ -136,4 +136,4 @@ void DebuggerManager::onDBusOldInterfaceDebuggerAvailable()
|
|||
emit externalDebuggerAdded(d->dbusOldInterfaceLauncher);
|
||||
}
|
||||
|
||||
#include "debuggermanager.moc"
|
||||
#include "moc_debuggermanager.cpp"
|
||||
|
|
|
@ -44,4 +44,4 @@ void DetachedProcessMonitor::timerEvent(QTimerEvent *event)
|
|||
}
|
||||
}
|
||||
|
||||
#include "detachedprocessmonitor.moc"
|
||||
#include "moc_detachedprocessmonitor.cpp"
|
||||
|
|
|
@ -236,4 +236,4 @@ void KCrashBackend::emergencySaveFunction(int signal)
|
|||
::kill(s_pid, SIGKILL);
|
||||
}
|
||||
|
||||
#include "drkonqibackends.moc"
|
||||
#include "moc_drkonqibackends.cpp"
|
||||
|
|
|
@ -94,4 +94,4 @@ QStringList FindConfigDataJob::data(InformationType type)
|
|||
return result;
|
||||
}
|
||||
|
||||
#include "findconfigdatajob.moc"
|
||||
#include "moc_findconfigdatajob.cpp"
|
||||
|
|
|
@ -391,4 +391,4 @@ void BacktraceParser::calculateRatingData()
|
|||
kDebug() << "Have seen stack base:" << haveSeenStackBase << "Lines counted:" << counter;
|
||||
}
|
||||
|
||||
#include "backtraceparser.moc"
|
||||
#include "moc_backtraceparser.cpp"
|
||||
|
|
|
@ -291,4 +291,4 @@ QList<BacktraceLine> BacktraceParserGdb::parsedBacktraceLines() const
|
|||
|
||||
//END BacktraceParserGdb
|
||||
|
||||
#include "backtraceparsergdb.moc"
|
||||
#include "moc_backtraceparsergdb.cpp"
|
||||
|
|
|
@ -123,4 +123,4 @@ void BacktraceParserKdbgwin::newLine(const QString & lineStr)
|
|||
|
||||
//END BacktraceParserKdbgwin
|
||||
|
||||
#include "backtraceparserkdbgwin.moc"
|
||||
#include "moc_backtraceparserkdbgwin.cpp"
|
||||
|
|
|
@ -54,4 +54,4 @@ void BacktraceParserNull::newLine(const QString & lineStr)
|
|||
|
||||
//END BacktraceParserNull
|
||||
|
||||
#include "backtraceparsernull.moc"
|
||||
#include "moc_backtraceparsernull.cpp"
|
||||
|
|
|
@ -126,4 +126,4 @@ void BacktraceParserTest::btParserBenchmark()
|
|||
}
|
||||
|
||||
QTEST_MAIN(BacktraceParserTest)
|
||||
#include "backtraceparsertest.moc"
|
||||
#include "moc_backtraceparsertest.cpp"
|
||||
|
|
|
@ -32,4 +32,4 @@ void FakeBacktraceGenerator::sendData(const QString & filename)
|
|||
emit newLine(QString());
|
||||
}
|
||||
|
||||
#include "fakebacktracegenerator.moc"
|
||||
#include "moc_fakebacktracegenerator.cpp"
|
||||
|
|
|
@ -33,4 +33,4 @@ FreeSpaceNotifierModule::FreeSpaceNotifierModule(QObject* parent, const QList<QV
|
|||
{
|
||||
}
|
||||
|
||||
#include "module.moc"
|
||||
#include "moc_module.cpp"
|
||||
|
|
|
@ -267,4 +267,4 @@ extern "C" KDE_EXPORT int kdemain(int argc, char *argv[])
|
|||
return 0;
|
||||
}
|
||||
|
||||
#include "main.moc"
|
||||
#include "moc_main.cpp"
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#include <KIcon>
|
||||
#include <kdeversion.h>
|
||||
|
||||
#include "main.moc"
|
||||
#include "moc_main.cpp"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include <X11/keysymdef.h>
|
||||
|
||||
|
||||
#include "kaccess.moc"
|
||||
#include "moc_kaccess.cpp"
|
||||
#include <QX11Info>
|
||||
#include <kvbox.h>
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
#include <X11/keysymdef.h>
|
||||
#include <ktoolinvocation.h>
|
||||
|
||||
#include "kcmaccess.moc"
|
||||
#include "moc_kcmaccess.cpp"
|
||||
|
||||
K_PLUGIN_FACTORY(KAccessConfigFactory, registerPlugin<KAccessConfig>();)
|
||||
K_EXPORT_PLUGIN(KAccessConfigFactory("kcmaccess"))
|
||||
|
|
|
@ -100,4 +100,4 @@ bool AddScriptDialog::symLink() const
|
|||
return m_symlink->isChecked();
|
||||
}
|
||||
|
||||
#include "addscriptdialog.moc"
|
||||
#include "moc_addscriptdialog.cpp"
|
||||
|
|
|
@ -47,5 +47,5 @@ bool AdvancedDialog::onlyInKde() const
|
|||
}
|
||||
|
||||
|
||||
#include "advanceddialog.moc"
|
||||
#include "moc_advanceddialog.cpp"
|
||||
|
||||
|
|
|
@ -437,4 +437,4 @@ void Autostart::save()
|
|||
{
|
||||
}
|
||||
|
||||
#include "autostart.moc"
|
||||
#include "moc_autostart.cpp"
|
||||
|
|
|
@ -108,4 +108,4 @@ void ScriptStartItem::changeStartup(ScriptStartItem::ENV type )
|
|||
}
|
||||
}
|
||||
|
||||
#include "autostartitem.moc"
|
||||
#include "moc_autostartitem.cpp"
|
||||
|
|
|
@ -1419,4 +1419,4 @@ void KColorCm::on_disabledContrastSlider_valueChanged(int value)
|
|||
emit changed(true);
|
||||
}
|
||||
|
||||
#include "colorscm.moc"
|
||||
#include "moc_colorscm.cpp"
|
||||
|
|
|
@ -165,4 +165,4 @@ void PreviewWidget::setPalette(const KSharedConfigPtr &config,
|
|||
ADJUST_WIDGET_FOREGROUND(labelSelection7, HighlightedText, Selection, PositiveText);
|
||||
}
|
||||
|
||||
#include "previewwidget.moc"
|
||||
#include "moc_previewwidget.cpp"
|
||||
|
|
|
@ -135,4 +135,4 @@ void SetPreviewWidget::setPalette(const KSharedConfigPtr &config,
|
|||
SET_DECO_PALETTE(9, FocusColor);
|
||||
}
|
||||
|
||||
#include "setpreviewwidget.moc"
|
||||
#include "moc_setpreviewwidget.cpp"
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
***************************************************************************/
|
||||
|
||||
#include "componentchooser.h"
|
||||
#include "componentchooser.moc"
|
||||
#include "moc_componentchooser.cpp"
|
||||
|
||||
#include "componentchooserbrowser.h"
|
||||
#include "componentchooseremail.h"
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
***************************************************************************/
|
||||
|
||||
#include "componentchooserterminal.h"
|
||||
#include "componentchooserterminal.moc"
|
||||
#include "moc_componentchooserterminal.cpp"
|
||||
|
||||
#include <ktoolinvocation.h>
|
||||
#include <klauncher_iface.h>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
***************************************************************************/
|
||||
|
||||
#include "componentchooserwm.h"
|
||||
#include "componentchooserwm.moc"
|
||||
#include "moc_componentchooserwm.cpp"
|
||||
|
||||
#include <kdebug.h>
|
||||
#include <kdesktopfile.h>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include <kcomponentdata.h>
|
||||
#include <KPluginFactory>
|
||||
|
||||
#include "kcm_componentchooser.moc"
|
||||
#include "moc_kcm_componentchooser.cpp"
|
||||
|
||||
K_PLUGIN_FACTORY(KCMComponentChooserFactory,
|
||||
registerPlugin<KCMComponentChooser>();
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include <kdebug.h>
|
||||
#include <kvbox.h>
|
||||
|
||||
#include "ktimerdialog.moc"
|
||||
#include "moc_ktimerdialog.cpp"
|
||||
|
||||
KTimerDialog::KTimerDialog( int msec, TimerStyle style, QWidget *parent,
|
||||
const QString &caption,
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
|
||||
#include <Plasma/Svg>
|
||||
|
||||
#include "dtime.moc"
|
||||
#include "moc_dtime.cpp"
|
||||
|
||||
#include "helper.h"
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include <kmessagebox.h>
|
||||
#include <kstandarddirs.h>
|
||||
|
||||
#include "main.moc"
|
||||
#include "moc_main.cpp"
|
||||
|
||||
#include "dtime.h"
|
||||
#include "helper.h"
|
||||
|
|
|
@ -411,4 +411,4 @@ void DesktopPathConfig::slotResult( KJob * job )
|
|||
}
|
||||
}
|
||||
|
||||
#include "globalpaths.moc"
|
||||
#include "moc_globalpaths.cpp"
|
||||
|
|
|
@ -163,6 +163,6 @@ void KCMDesktopTheme::detailChanged()
|
|||
emit changed(true);
|
||||
}
|
||||
|
||||
#include "kcmdesktoptheme.moc"
|
||||
#include "moc_kcmdesktoptheme.cpp"
|
||||
|
||||
// vim: set noet ts=4:
|
||||
|
|
|
@ -70,5 +70,5 @@ void KCMDnssd::save()
|
|||
}
|
||||
|
||||
|
||||
#include "kcmdnssd.moc"
|
||||
#include "moc_kcmdnssd.cpp"
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#include <config-workspace.h>
|
||||
|
||||
#include "fonts.h"
|
||||
#include "fonts.moc"
|
||||
#include "moc_fonts.cpp"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
|
@ -115,4 +115,4 @@ void KCMDisplay::moduleChanged( bool isChanged )
|
|||
}
|
||||
}
|
||||
|
||||
#include "display.moc"
|
||||
#include "moc_display.cpp"
|
||||
|
|
|
@ -195,6 +195,6 @@ void CalDialog::slotUser1()
|
|||
|
||||
//--------------------------------------------------------------
|
||||
|
||||
#include "caldialog.moc"
|
||||
#include "moc_caldialog.cpp"
|
||||
|
||||
//--------------------------------------------------------------
|
||||
|
|
|
@ -95,4 +95,4 @@ void Joystick::defaults()
|
|||
|
||||
//---------------------------------------------------------------------------------------------
|
||||
|
||||
#include "joystick.moc"
|
||||
#include "moc_joystick.cpp"
|
||||
|
|
|
@ -415,4 +415,4 @@ void JoyWidget::resetCalibration()
|
|||
|
||||
//--------------------------------------------------------------
|
||||
|
||||
#include "joywidget.moc"
|
||||
#include "moc_joywidget.cpp"
|
||||
|
|
|
@ -130,4 +130,4 @@ void PosWidget::showTrace(bool t)
|
|||
|
||||
//-----------------------------------------------------------------
|
||||
|
||||
#include "poswidget.moc"
|
||||
#include "moc_poswidget.cpp"
|
||||
|
|
|
@ -642,4 +642,4 @@ void KIconEffectSetupDialog::preview()
|
|||
mpPreview->setPixmap(pm);
|
||||
}
|
||||
|
||||
#include "icons.moc"
|
||||
#include "moc_icons.cpp"
|
||||
|
|
|
@ -467,4 +467,4 @@ void IconThemesConfig::defaults()
|
|||
m_bChanged = true;
|
||||
}
|
||||
|
||||
#include "iconthemes.moc"
|
||||
#include "moc_iconthemes.cpp"
|
||||
|
|
|
@ -112,4 +112,4 @@ QString IconModule::quickHelp() const
|
|||
|
||||
|
||||
|
||||
#include "main.moc"
|
||||
#include "moc_main.cpp"
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
#include "themepage.h"
|
||||
#include <QTreeWidget>
|
||||
#include "themepage.moc"
|
||||
#include "moc_themepage.cpp"
|
||||
|
||||
#include "bitmaps.h"
|
||||
|
||||
|
|
|
@ -66,4 +66,4 @@ void CursorThemeConfig::defaults()
|
|||
changed();
|
||||
}
|
||||
|
||||
#include "kcmcursortheme.moc"
|
||||
#include "moc_kcmcursortheme.cpp"
|
||||
|
|
|
@ -415,7 +415,7 @@ QString LogitechMouse::cordlessName() const
|
|||
}
|
||||
}
|
||||
|
||||
#include "logitechmouse.moc"
|
||||
#include "moc_logitechmouse.cpp"
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -818,4 +818,4 @@ void MouseConfig::slotSmartSliderEnabling()
|
|||
generalTab->slAutoSelect->setEnabled(enabled);
|
||||
}
|
||||
|
||||
#include "mouse.moc"
|
||||
#include "moc_mouse.cpp"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include <QDir>
|
||||
|
||||
#include "thememodel.h"
|
||||
#include "thememodel.moc"
|
||||
#include "moc_thememodel.cpp"
|
||||
#include "xcursortheme.h"
|
||||
|
||||
#include <X11/Xlib.h>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#include <QX11Info>
|
||||
|
||||
#include "themepage.h"
|
||||
#include "themepage.moc"
|
||||
#include "moc_themepage.cpp"
|
||||
|
||||
#include "thememodel.h"
|
||||
#include "itemdelegate.h"
|
||||
|
|
|
@ -274,4 +274,4 @@ void KCMDebug::slotAbortFatalChanged()
|
|||
{
|
||||
save();
|
||||
}
|
||||
#include "kdebugconfig.moc"
|
||||
#include "moc_kdebugconfig.cpp"
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
#include <KPluginFactory>
|
||||
#include <KPluginLoader>
|
||||
#include "kcmkded.moc"
|
||||
#include "moc_kcmkded.cpp"
|
||||
|
||||
K_PLUGIN_FACTORY(KDEDFactory,
|
||||
registerPlugin<KDEDConfig>();
|
||||
|
|
|
@ -89,4 +89,4 @@ void GlobalShortcutsModule::save()
|
|||
}
|
||||
|
||||
|
||||
#include "globalshortcuts.moc"
|
||||
#include "moc_globalshortcuts.cpp"
|
||||
|
|
|
@ -673,4 +673,4 @@ void KGlobalShortcutsEditor::KGlobalShortcutsEditorPrivate::removeComponent(
|
|||
}
|
||||
|
||||
|
||||
#include "kglobalshortcutseditor.moc"
|
||||
#include "moc_kglobalshortcutseditor.cpp"
|
||||
|
|
|
@ -493,4 +493,4 @@ int main(int argc, char **argv)
|
|||
return -1;
|
||||
}
|
||||
|
||||
#include "Printer.moc"
|
||||
#include "moc_Printer.cpp"
|
||||
|
|
|
@ -163,4 +163,4 @@ int main(int argc, char **argv)
|
|||
return app.exec();
|
||||
}
|
||||
|
||||
#include "Viewer.moc"
|
||||
#include "moc_Viewer.cpp"
|
||||
|
|
|
@ -25,4 +25,4 @@ OrgKdeFontinstInterface::~OrgKdeFontinstInterface()
|
|||
}
|
||||
|
||||
|
||||
#include "FontinstIface.moc"
|
||||
#include "moc_FontinstIface.cpp"
|
||||
|
|
|
@ -110,4 +110,4 @@ void CActionLabel::rotateIcon()
|
|||
|
||||
}
|
||||
|
||||
#include "ActionLabel.moc"
|
||||
#include "moc_ActionLabel.cpp"
|
||||
|
|
|
@ -679,4 +679,4 @@ void CFontFileListView::checkFiles()
|
|||
|
||||
}
|
||||
|
||||
#include "DuplicatesDialog.moc"
|
||||
#include "moc_DuplicatesDialog.cpp"
|
||||
|
|
|
@ -117,4 +117,4 @@ void CFcQuery::data()
|
|||
|
||||
}
|
||||
|
||||
#include "FcQuery.moc"
|
||||
#include "moc_FcQuery.cpp"
|
||||
|
|
|
@ -421,4 +421,4 @@ void CFontFilter::setCriteria(ECriteria crit)
|
|||
|
||||
}
|
||||
|
||||
#include "FontFilter.moc"
|
||||
#include "moc_FontFilter.cpp"
|
||||
|
|
|
@ -2063,4 +2063,4 @@ bool CFontListView::viewportEvent(QEvent *event)
|
|||
|
||||
}
|
||||
|
||||
#include "FontList.moc"
|
||||
#include "moc_FontList.cpp"
|
||||
|
|
|
@ -1027,4 +1027,4 @@ bool CGroupListView::viewportEvent(QEvent *event)
|
|||
|
||||
}
|
||||
|
||||
#include "GroupList.moc"
|
||||
#include "moc_GroupList.cpp"
|
||||
|
|
|
@ -767,4 +767,4 @@ bool CJobRunner::Item::operator<(const Item &o) const
|
|||
|
||||
}
|
||||
|
||||
#include "JobRunner.moc"
|
||||
#include "moc_JobRunner.cpp"
|
||||
|
|
|
@ -1237,4 +1237,4 @@ void CKCmFontInst::doCmd(CJobRunner::ECommand cmd, const CJobRunner::ItemList &u
|
|||
|
||||
}
|
||||
|
||||
#include "KCmFontInst.moc"
|
||||
#include "moc_KCmFontInst.cpp"
|
||||
|
|
|
@ -220,4 +220,4 @@ void CPreviewListView::contextMenuEvent(QContextMenuEvent *ev)
|
|||
|
||||
}
|
||||
|
||||
#include "PreviewList.moc"
|
||||
#include "moc_PreviewList.cpp"
|
||||
|
|
|
@ -296,4 +296,4 @@ bool CCharTip::eventFilter(QObject *, QEvent *e)
|
|||
|
||||
}
|
||||
|
||||
#include "CharTip.moc"
|
||||
#include "moc_CharTip.cpp"
|
||||
|
|
|
@ -177,4 +177,4 @@ QSize CFontPreview::minimumSizeHint() const
|
|||
|
||||
}
|
||||
|
||||
#include "FontPreview.moc"
|
||||
#include "moc_FontPreview.cpp"
|
||||
|
|
|
@ -554,4 +554,4 @@ void BrowserExtension::print()
|
|||
|
||||
}
|
||||
|
||||
#include "FontViewPart.moc"
|
||||
#include "moc_FontViewPart.cpp"
|
||||
|
|
|
@ -96,4 +96,4 @@ void CPreviewSelectAction::selected(int index)
|
|||
|
||||
}
|
||||
|
||||
#include "PreviewSelectAction.moc"
|
||||
#include "moc_PreviewSelectAction.cpp"
|
||||
|
|
|
@ -296,4 +296,4 @@ PlayerSettingsDialog::~ PlayerSettingsDialog( )
|
|||
delete m_ui;
|
||||
}
|
||||
|
||||
#include "knotify.moc"
|
||||
#include "moc_knotify.cpp"
|
||||
|
|
|
@ -271,4 +271,4 @@ LaunchConfig::checkChanged()
|
|||
);
|
||||
}
|
||||
|
||||
#include "kcmlaunch.moc"
|
||||
#include "moc_kcmlaunch.cpp"
|
||||
|
|
|
@ -3454,4 +3454,4 @@ QString KCMLocale::userToPosix( const QString &userFormat, const QMap<QString, Q
|
|||
return result;
|
||||
}
|
||||
|
||||
#include "kcmlocale.moc"
|
||||
#include "moc_kcmlocale.cpp"
|
||||
|
|
|
@ -276,4 +276,4 @@ bool CollapsibleWidget::isExpanded() const
|
|||
}
|
||||
|
||||
|
||||
#include "collapsiblewidget.moc"
|
||||
#include "moc_collapsiblewidget.cpp"
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include <config-randr.h>
|
||||
#include "krandrapp.h"
|
||||
#include "krandrapp.moc"
|
||||
#include "moc_krandrapp.cpp"
|
||||
|
||||
#include "krandrtray.h"
|
||||
|
||||
|
|
|
@ -153,4 +153,4 @@ bool KRandRModule::x11Event(XEvent* e)
|
|||
}
|
||||
|
||||
|
||||
#include "krandrmodule.moc"
|
||||
#include "moc_krandrmodule.cpp"
|
||||
|
|
|
@ -120,4 +120,4 @@ void KRandrPassivePopup::slotPositionSelf()
|
|||
positionSelf();
|
||||
}
|
||||
|
||||
#include "krandrpassivepopup.moc"
|
||||
#include "moc_krandrpassivepopup.cpp"
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
#include "krandrtray.h"
|
||||
#include "krandrpassivepopup.h"
|
||||
#include "krandrtray.moc"
|
||||
#include "moc_krandrtray.cpp"
|
||||
#include "legacyrandrscreen.h"
|
||||
#ifdef HAS_RANDR_1_2
|
||||
#include "randrscreen.h"
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#include <kvbox.h>
|
||||
|
||||
#include "ktimerdialog.h"
|
||||
#include "ktimerdialog.moc"
|
||||
#include "moc_ktimerdialog.cpp"
|
||||
|
||||
KTimerDialog::KTimerDialog( int msec, TimerStyle style, QWidget *parent,
|
||||
const char *name, bool modal,
|
||||
|
|
|
@ -275,4 +275,4 @@ void LegacyRandRConfig::populateRefreshRates()
|
|||
}
|
||||
}
|
||||
|
||||
#include "legacyrandrconfig.moc"
|
||||
#include "moc_legacyrandrconfig.cpp"
|
||||
|
|
|
@ -420,4 +420,4 @@ SizeList LegacyRandRScreen::pixelSizes() const
|
|||
return m_pixelSizes;
|
||||
}
|
||||
|
||||
#include "legacyrandrscreen.moc"
|
||||
#include "moc_legacyrandrscreen.cpp"
|
||||
|
|
|
@ -410,4 +410,4 @@ bool RandrMonitorHelper::x11Event( XEvent* e )
|
|||
return QWidget::x11Event( e );
|
||||
}
|
||||
|
||||
#include "randrmonitor.moc"
|
||||
#include "moc_randrmonitor.cpp"
|
||||
|
|
|
@ -513,4 +513,4 @@ void OutputConfig::updateRateList()
|
|||
updateRateList(sizeCombo->currentIndex());
|
||||
}
|
||||
|
||||
#include "outputconfig.moc"
|
||||
#include "moc_outputconfig.cpp"
|
||||
|
|
|
@ -314,4 +314,4 @@ bool OutputGraphicsItem::isPrimary() const
|
|||
return pen().width()>0;
|
||||
}
|
||||
|
||||
#include "outputgraphicsitem.moc"
|
||||
#include "moc_outputgraphicsitem.cpp"
|
||||
|
|
|
@ -474,6 +474,6 @@ bool RandRConfig::x11Event(XEvent* e)
|
|||
return QWidget::x11Event(e);
|
||||
}
|
||||
|
||||
#include "randrconfig.moc"
|
||||
#include "moc_randrconfig.cpp"
|
||||
|
||||
// vim:noet:sts=8:sw=8:
|
||||
|
|
|
@ -446,6 +446,6 @@ ModeList RandRCrtc::modes() const
|
|||
return modeList;
|
||||
}
|
||||
|
||||
#include "randrcrtc.moc"
|
||||
#include "moc_randrcrtc.cpp"
|
||||
|
||||
|
||||
|
|
|
@ -713,7 +713,7 @@ void RandROutput::slotCrtcChanged(RRCrtc c, int changes)
|
|||
emit outputChanged(m_id, changes);
|
||||
}
|
||||
|
||||
#include "randroutput.moc"
|
||||
#include "moc_randroutput.cpp"
|
||||
|
||||
|
||||
// vim:noet:sts=8:sw=8:
|
||||
|
|
|
@ -676,7 +676,7 @@ void RandRScreen::slotOutputChanged(RROutput id, int changes)
|
|||
return;
|
||||
}
|
||||
|
||||
#include "randrscreen.moc"
|
||||
#include "moc_randrscreen.cpp"
|
||||
|
||||
|
||||
// vim:noet:sts=8:sw=8:
|
||||
|
|
|
@ -100,4 +100,4 @@ KSWidget::~KSWidget()
|
|||
#endif
|
||||
}
|
||||
|
||||
#include "kswidget.moc"
|
||||
#include "moc_kswidget.cpp"
|
||||
|
|
|
@ -806,4 +806,4 @@ int KScreenSaver::indexForSaverFile(const QString & saver)
|
|||
return index;
|
||||
}
|
||||
|
||||
#include "scrnsave.moc"
|
||||
#include "moc_scrnsave.cpp"
|
||||
|
|
|
@ -31,4 +31,4 @@ TestWin::TestWin()
|
|||
setFocusPolicy(Qt::StrongFocus);
|
||||
}
|
||||
|
||||
#include "testwin.moc"
|
||||
#include "moc_testwin.cpp"
|
||||
|
|
|
@ -419,5 +419,5 @@ extern "C"
|
|||
}
|
||||
|
||||
|
||||
#include "smartcard.moc"
|
||||
#include "moc_smartcard.cpp"
|
||||
|
||||
|
|
|
@ -56,4 +56,4 @@ void SonnetSpellCheckingModule::defaults()
|
|||
m_configWidget->slotDefault();
|
||||
}
|
||||
|
||||
#include "spellchecking.moc"
|
||||
#include "moc_spellchecking.cpp"
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue