kalarm
#include "kalarm.h"
#include "kalarmapp.moc"
#include "alarmcalendar.h"
#include "alarmlistview.h"
#include "alarmtime.h"
#include "autoqpointer.h"
#include "commandoptions.h"
#include "dbushandler.h"
#include "editdlgtypes.h"
#include "eventlistmodel.h"
#include "functions.h"
#include "kamail.h"
#include "mainwindow.h"
#include "messagebox.h"
#include "messagewin.h"
#include "preferences.h"
#include "prefdlg.h"
#include "shellprocess.h"
#include "startdaytimer.h"
#include "traywindow.h"
#include "kspeechinterface.h"
#include <kalarmcal/datetime.h>
#include <kalarmcal/karecurrence.h>
#include <klocale.h>
#include <kstandarddirs.h>
#include <kconfig.h>
#include <kaboutdata.h>
#include <ktemporaryfile.h>
#include <kfileitem.h>
#include <kglobal.h>
#include <kstandardguiitem.h>
#include <kservicetypetrader.h>
#include <kspeech.h>
#include <ktoolinvocation.h>
#include <netwm.h>
#include <kdebug.h>
#include <kshell.h>
#include <ksystemtrayicon.h>
#include <ksystemtimezone.h>
#include <QObject>
#include <QTimer>
#include <QRegExp>
#include <QFile>
#include <QByteArray>
#include <QTextStream>
#include <QtDBus/QtDBus>
#include <stdlib.h>
#include <ctype.h>
#include <iostream>
#include <climits>
 
Go to the source code of this file.
  
  
      
        
          | void clearEventCommandError  | 
          ( | 
          const KAEvent &  | 
          event,  | 
         
        
           | 
           | 
          KAEvent::CmdErrType  | 
          err  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | static const QLatin1String KTTDS_DBUS_PATH  | 
          ( | 
          "/KSpeech"  | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | static const QLatin1String KTTSD_DBUS_SERVICE  | 
          ( | 
          "org.kde.kttsd"  | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | static int maxLateness  | 
          ( | 
          int  | 
          lateCancel | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
 
  
  
      
        
          | void setEventCommandError  | 
          ( | 
          const KAEvent &  | 
          event,  | 
         
        
           | 
           | 
          KAEvent::CmdErrType  | 
          err  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
 
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:59:10 by
doxygen 1.8.7 written
by 
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.