Skip to content

Commit

Permalink
- removed more unused classes from qlwm and renamed toolbar to homede…
Browse files Browse the repository at this point in the history
…sktop (nice

name:)
- Going to sleep now. Night folks:)
  • Loading branch information
zchydem committed Feb 27, 2009
1 parent 6e09360 commit f2ed855
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 317 deletions.
14 changes: 2 additions & 12 deletions qlwm/toolbar.cpp → qlwm/homedesktop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,8 @@

#include "defs.h"
#include "qapp.h"
#include "toolbar.h"
#include "homedesktop.h"
#include "defaults.h"
#include "pager.h"
#include "winlist.h"
#include "menu.h"
#include "procbar.h"
#include "apbar.h"
#include <QtDebug>
#include <QFont>

Expand Down Expand Up @@ -50,12 +45,7 @@ qtablet::Pager * HomeDesktop::getPager() const
return home->pager();
}

/*
qtablet::Pager * HomeDesktop::getProcbar() const
{
return home->pager();
}
*/

qtablet::Home * HomeDesktop::getHome() const
{
return home;
Expand Down
6 changes: 0 additions & 6 deletions qlwm/toolbar.h → qlwm/homedesktop.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
#include <QFrame>
#include <QWidget>

class pager;
class winlist;
class procbar;
class menu;
class apbar;
class QBoxLayout;


Expand All @@ -29,7 +24,6 @@ class HomeDesktop: public QWidget
HomeDesktop( QWidget * parent = 0 );
public:
qtablet::Pager * getPager() const;
//qtablet::Pager * getProcbar() const;
qtablet::Home * getHome() const;

public slots:
Expand Down
1 change: 0 additions & 1 deletion qlwm/qapp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include "defs.h"
#include "conf.h"
#include "defaults.h"
#include "toolbar.h"
#include "qapp.h"
#include <stdio.h>

Expand Down
8 changes: 1 addition & 7 deletions qlwm/qapp.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,8 @@
#ifndef QAPP_H
#define QAPP_H

#include "toolbar.h"
#include "pager.h"
#include "winlist.h"
#include "menu.h"
#include "procbar.h"
#include "apbar.h"
#include "homedesktop.h"
#include "winfo.h"
#include "rubber.h"
#include "xwindow.h"

extern QList <xwindow*> clients; // client list
Expand Down
26 changes: 8 additions & 18 deletions qlwm/qlwm.pro
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,18 @@ DESTDIR += $$BUILDDIR/qlwm/bin
HEADERS += conf.h \
defaults.h \
defs.h \
eventnames.h \
#menu.h \
#pager.h \
#procbar.h \
qapp.h \
rubber.h \
toolbar.h \
eventnames.h \
qapp.h \
homedesktop.h \
wborder.h \
winfo.h \
#winlist.h \
winfo.h \
xwindow.h
SOURCES += defaults.cpp \
main.cpp \
#menu.cpp \
#pager.cpp \
#procbar.cpp \
qapp.cpp \
rubber.cpp \
toolbar.cpp \
main.cpp \
qapp.cpp \
homedesktop.cpp \
wborder.cpp \
winfo.cpp \
#winlist.cpp \
winfo.cpp \
xwindow.cpp


Expand Down
127 changes: 0 additions & 127 deletions qlwm/rubber.cpp

This file was deleted.

30 changes: 0 additions & 30 deletions qlwm/rubber.h

This file was deleted.

Loading

0 comments on commit f2ed855

Please sign in to comment.